Skip to content

lagrassa/rl-erase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

rl-erase

Reinforcement learning board erasing simulator (in sim/ and ros/ directories) and code to train a primitive in stirring/

To run the simulation, use sim_stir.py The code for running the model is in the poorly named vf_learn.py. train() trains a new model, the name of which can be specified in the EXP_NAME variable, and test() runs a policy, which takes in the argument of the model of the policy. The corresponding model must be in build\model() in vf_learn.py

naf_models.py and ddpg_models.py can be used to train NAF/DDPG, but using the keras-rl framework, which can be run from the even more poorly-named rl_learn.py.

About

Reinforcement learning primitive skills learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages