An open API service indexing awesome lists of open source software.

https://github.com/hlfshell/rbe595-rl-project

Reinforcement Learning Project
https://github.com/hlfshell/rbe595-rl-project

Last synced: about 1 year ago
JSON representation

Reinforcement Learning Project

Awesome Lists containing this project

README

          

# rbe595-rl-project
Reinforcement Learning Project

This project is an attempt to learn PPO (Proximal Policy Optimzation) with a complex robotic arm environment.

Files of note:

* `train_arm.py` - with some modification, it will kick off training a configurable environment of the robotic arm
* `playback.py` - with some modification, it will load a given agent's model file and execute it on a given environment for several episodes, then save the results to a `.gif` file.
* `agents` folder has all trained agents for given environment configurations and experiments