Skip to content

Code for the RL lectures of the Advanced Deep Learning lecture series.

License

Notifications You must be signed in to change notification settings

neural-data-science-lab/adl_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adl_rl

Code for the RL lectures of the Advanced Deep Learning lecture series.

Setup

Create a virtual environment, activate it, and install the dependencies:

pip install swig

and

pip install -r requirements.txt

Run

Run the algorithm of your choice directly from the root directory. For example, PPO with continuous actions:

python algos/ppo_continuous.py

About

Code for the RL lectures of the Advanced Deep Learning lecture series.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published