zaocan666 / Maze-solver-using-reinforcement-learning
强化学习求解迷宫问题,Q-learning和监督学习
☆24Updated 4 years ago
Alternatives and similar repositories for Maze-solver-using-reinforcement-learning:
Users that are interested in Maze-solver-using-reinforcement-learning are comparing it to the libraries listed below
- RL algorithms☆141Updated 4 years ago
- kinds of reinforcement learning model by Pytorch☆327Updated 2 years ago
- 多智能体强化学习☆92Updated 6 years ago
- D3QN Pytorch☆61Updated 3 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆286Updated 5 years ago
- DQN algorithm by Pytorch - a simple maze game☆29Updated 2 years ago
- Reinforcement-Learning-Notes, start with MDP.☆223Updated 2 years ago
- 基于gym的pytorch深度强化学习(DRL)(PPO,PPG,DQN,SAC,DDPG,TD3等算法)☆99Updated last month
- A collection of multi agent environments based on OpenAI gym.☆23Updated last year
- [动手学强化学习]系列,基于pytorch。☆54Updated 3 years ago
- shouyuantianxia / Algorithmic-Game-Theory-Application-on-Multi-agent-Combat-and-Verification-Platform-Design本科毕业设计:《多智能体博弈兵棋推演理论与验证平台设计》的源代码附录内容。强化学习算法的实现上参考了周沫凡先生的开源代码https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow☆55Updated 4 years ago
- DDPG in Pytorch