taoyafan / Master_Graduation_Project
硕士毕设,基于强化学习的足型机器人运动控制
☆11Updated 3 months ago
Alternatives and similar repositories for Master_Graduation_Project:
Users that are interested in Master_Graduation_Project are comparing it to the libraries listed below
- 白话强化学习与PyTorch的学习笔记☆33Updated 4 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆61Updated 4 years ago
- 一些利用pytorch编程实现的强化学习例子☆36Updated 5 years ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅 出强化学习原理入门》书中一些例子和课后作业的代码☆256Updated 6 years ago
- 采用模拟退火策略优化的免疫算法 解决无人机协同分配问题☆19Updated last year
- Code for the paper “Control Strategy of Speed Servo Systems Based on Deep Reinforcement Learning”☆24Updated 2 years ago
- 多智能体强化学习☆90Updated 6 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆98Updated 2 years ago
- [动手学强化学习]系列,基于pytorch。☆54Updated 3 years ago
- 《深度强化学习:原理与实践》,Code of the book <Deep Reinforcement Learning: Principles and Practices>☆175Updated 5 years ago
- 基于定向A*算法的多无人机航迹规划分步策略☆11Updated 6 years ago
- Alignment成为GPT类大模型微调的必须环节,深度强化学习是Alignment的核心。本项目是一个支持非gym环境训练、支持可视化配置的深度强化学习应用编程框架,30分钟上手强化学习编程。☆73Updated 2 years ago
- 强化学习中纳什Qlearning 实现矩阵博弈☆30Updated 6 years ago
- ☆45Updated 5 years ago
- 多智能体即时策略对抗方法与实践 苏炯铭 刘鸿福 陈少飞 项凤涛 编著 科学出版社 2019.11 随书代码☆32Updated 4 years ago
- Python版本 盖尔-沙普利算法:为了寻找一个稳定匹配而设计出的市场机制,对于市场的一方A有m个对象 另一方市场B有n个对象,A中的每个人会对B中的人有一个好感度排名,B也会有相应的排名 市场一方的对象 Ai,i=1,2,...,m 向另一方的对象 Bj,j=1,2…☆9Updated 5 years ago
- 强化学习面试(未完待续)☆34Updated 5 years ago
- notes☆27Updated 2 years ago
- 使用pytorch构建深度强化学习模型DQN☆24Updated 7 years ago
- RL-code for beginners. Enjoying!☆114Updated 4 years ago
- 《强化学习-原理与Python实现》的Pytorch实现。☆57Updated 4 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
- Tutorial for Reinforcement Learning☆184Updated 3 years ago
- Stable Baselines官方文档中文版☆97Updated 4 years ago
- 强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行☆72Updated last year
- Reinforcement Learning Algorithms Based on PyTorch☆18Updated 2 years ago
- 强化学习相关知识的学习,Q学习和SARSA以及后面的DQN,有用到路径规划方面的,也有实际小迷宫的案例☆33Updated 6 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…☆10Updated 6 years ago
- DDPG algorithm for PID tuning☆26Updated 4 years ago
- 多代理(Multi agent)强化学习Qlearning算法在多目标探测问题(任务分配+功率优化)中的应用☆27Updated 5 years ago