Skip to content

madlsj/RL_Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL_Algorithms

Reinforcement learning algorithms with pytorch

supported algorithms

Online RL

Interact with the environment during training.

algorithm discrete control continuous control
Deep Q-Network (DQN)
Double DQN (DDQN)
Deep Deterministic Policy Gradients (DDPG)
Soft Actor-Critic (SAC)

Offline RL

Use the existing data set for training, and there is no interaction with the environment during training.

algorithm discrete control continuous control
Conservative Q-Learning (CQL)
Batch-Constrained deep Q-learning (BCQ)
Policy in the Latent Action Space (PLAS)

About

Reinforcement learning algorithms with pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%