Skip to content

Implementation of DRL algorithms for solving gym environments

License

Notifications You must be signed in to change notification settings

lokhiufung/DRL-implementations

Repository files navigation

DRL-implementations

Implementation of DRL algorithms for solving gym environments. Setup dependencies by installing spinningup. There are baseline implementations of some DRL algorithms in spinningup.

run examples

# can use command line to modify the parameters of dqn agent
# use tensorboard to visualize the results
# python example/dqn.py --name <configuration-name> --render 
python <name-of-the-algorithm>.py --name <configuration-name> --render 

run trained agent

python run_drl.py --name <configuration-name> --render --agent <name-of-agent> --ckpt <ckpt-filepath-of-agent>

LunarLander-v2 dqn

remarks

TODO

  1. unittests

About

Implementation of DRL algorithms for solving gym environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages