Skip to content

curefate/RLgym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLgym

Some implements of reinforcement leraning include DQN, TD3. PPO and Visual PPO.


Environments

The enviroments of reinforcement learning is implemented by gymnasuim, you can check all enviroments in their documents.

Others

  • All neural networks of each algorithms are implemented by Pytorch.
  • In theory, you can try any discrete environments with DQN, and any both discrete and continuous environments with TD3 and PPO, while I just written continous types. :P
  • Visual PPO is PPO which use screenshot(image) but not normal attributes as input, it is not complete here, there is more about visual reinforcement learning in this project.

About

Solve some gym problems with RL algorithms like dqn td3 or ppo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages