Skip to content

shreyas-kowshik/RL-baselines.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-Baselines

A repository inspired along the lines of the OpenAI Baselines in julia.

Algorithms supported :

Trust Region Policy Optimization

Proximal Policy Optimization

Sample

Tested environments :

CartPole-v0 Pendulum-v0

Instructions To Run

Training

Go to the respective algorithm folder cd src/ppo or cd src/trpo and run :

julia train.jl

Testing

cd src/

julia run.jl

Results

CartPole

Pendulum

About

A framework for reinforcement learning in julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages