Skip to content

Latest commit

 

History

History

toy_env

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is examples for training RL agents on a toy environment.

How to Use

To train with PPO:

python train_ppo.py

To train with DQN:

python train_dqn.py

To train with DDPG:

python train_ddpg.py

To train with SAC:

python train_sac.py