Skip to content

allglc/drl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of Deep Reinforcement Learning agents DQN (tested on the CartPole environment from OpenAI Gym) and DDPG (tested on environments Pendulum and LunarLander).

Includes some useful functions to track experiments: save parameters used, log files and plots in a results folder.

Uses TensorFlow.
To install a working conda environment: conda env create -f environment.yml (more info here: conda.io)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published