cstrikest / DRL_SnakeyLinks
深度强化学习贪吃蛇游戏。拥有完整游戏环境与AI接口。(项目未完成)
☆41Updated 6 years ago
Alternatives and similar repositories for DRL_Snakey
Users that are interested in DRL_Snakey are comparing it to the libraries listed below
Sorting:
- 用强化学习DQN算法,训练AI模型来玩合成大西瓜游戏,提供Keras版本和PARL(paddle)版本☆97Updated 4 years ago
- 国立台湾大学李宏毅老师讲解的深度强化学习学习笔记☆150Updated 6 years ago
- 多智能体强化学习☆108Updated 7 years ago
- Tutorial for Reinforcement Learning☆190Updated 4 years ago
- 强化学习第二版习题解答与代码案例 Solutions and codes for Reinforcement Learning second edition☆166Updated 4 years ago
- Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch☆71Updated 8 years ago
- Simple Reinforcement learning tutorials☆17Updated 6 years ago
- [动手学强化学习]系列,基于pytorch。☆59Updated 4 years ago
- Deep RL algorithm in pytorch☆315Updated 2 years ago
- Learning Resources And Links Of Reinforcement Learning (updating)☆289Updated 4 years ago
- reinforcement learning☆51Updated 5 years ago
- Pytorch for Deep Reinforcement Learning☆256Updated 5 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆214Updated 3 years ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅出强化学习原理入门》书中一些例子和课后作业的代码☆268Updated 7 years ago
- RL algorithms☆141Updated 4 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆165Updated 6 years ago
- shouyuantianxia / Algorithmic-Game-Theory-Application-on-Multi-agent-Combat-and-Verification-Platform-Design本科毕业设计:《多智能体博弈兵棋推演理论与验证平台设计》的源代码附录内容。强化学习算法的实现上参考了周沫凡先生的开源代码https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow☆60Updated 5 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆63Updated 4 years ago
- 本项目以一个可视化配置的、以AgentRL为核心的强化学习框架,实现30分钟上手AgentRL 编程。后续增加AgentRL和本地Agent、MCP、A2A相关特性。☆79Updated 6 months ago
- basic algorithms of reinforcement learning☆216Updated 2 years ago
- C++/python fight the lord with pybind11 (强化学习AI斗地主), Accepted to AIIDE-2020☆163Updated 4 years ago
- A Chinese Chess program and a AI based on Monte Carlo Tree Search and Neural Network(like AlphaGo)一个中国象棋程序和一个配套的基于蒙特卡洛算法及神经网络的人工智能(模仿阿尔法…☆121Updated 7 years ago
- Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow☆29Updated 6 years ago
- 解决TSP问题的几种简单算法:深度优先算法、广度优先算法、动态规划、分支限界法、回溯法、贪心算法☆49Updated 7 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆21Updated 3 years ago
- ☆17Updated 3 years ago
- 引用整理https://blog.csdn.net/yellow_red_people/article/details/80465510 一文中PyTorch平台,利用DQN模型玩Flappy Bird游戏,是一个再励学习(强化学习)实验例子。☆50Updated 6 years ago
- moziai强化学习和行为树的代码☆10Updated 5 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆315Updated 6 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆53Updated 5 years ago