Skip to content

Pytorch implementation on OpenAI's Procgen ppo-baseline, built from scratch.

Notifications You must be signed in to change notification settings

PavelCz/train-procgen-pytorch

 
 

Repository files navigation

Goal Misgeneralization in Deep RL

Code for the paper Goal Misgeneralization in Deep Reinforcement Learning, based on the repository https://github.com/joonleesky/train-procgen-pytorch

Requirements

First, install the modified version of the procgen library available here.

  • python>=3.6
  • torch 1.3
  • procgen
  • pyyaml

About

Pytorch implementation on OpenAI's Procgen ppo-baseline, built from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%