Skip to content

Pendu/ppo_paper

Repository files navigation

Solving a Real-world optimization problem using Proximal Policy Optimization combined with Curriculum Learning and Reward Engineering ♻️

supported python versions Code style: black Imports: isort dependencies status

🖊 Info

Example render of the environment during evaluation

📚 Setup

Pre-requisites

  • Python >=3.8.0,<3.10
  • Conda

Conda

🤖 Installation

git clone git@gitlab.com:anonymousppocl1/ppo_paper.git
cd ppo_paper

Create a conda virtual environment and run the following commands

conda create -n myenv python=3.8.8
conda activate myenv
pip install -r requirements.txt

📊 Reproduce results from the paper

python reproduce_results_paper.py

About

PPO Curriculum learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages