Skip to content

Taospirit/Light_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

light_RL

a lightweight deep reinforcement learning implement

date introduction todo version
2020-7-11 INIT - -
2020-8-3 add A2C/DDPG - -
2020-8-4 add GAE add PPO & SAC -
2020-9-7 add PPO/TD3/DQN add SAC -
2020-9-14 add SAC todo -
2020-10-27 add OAC todo -
2020-11-5 !Recycle! todo -

1.prepare

1.1 install pkgs

  • pip install gym
  • conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cpuonly -c pytorch
  • pip install tb-nightly

1.2 check

  • python list_env.py

2. Installation

    cd Light_RL
    pip install -e .

3. Usage

3.1 quick start

    python quick_start.py

About

a lightweight impelement for deep reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published