slowbull / baselines-rudder

RUDDER for ATARI games with delayed rewards in OpenAI Baselines package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baselines incl. RUDDER

Uses RUDDER on PPO to solve environments with delayed rewards. Our RUDDER paper is available at https://arxiv.org/abs/1806.07857.

Our code is based on the OpenAI Baselines package, in which we included our implementation of RUDDER for PPO for ATARI games with delayed rewards. Additionally, the Tensorflow Layer Library (TeLL) package (v1.0.0) is required for RUDDER.

RUDDER for PPO2 and documentation for the configuration is located in the folder baselines/ppo2_rudder.

Modified/new files:

  • baselines/common/atari_wrappers.py
  • baselines/common/distributions.py
  • baselines/common/vec_env/vec_frame_stack.py
  • baselines/ppo2_rudder/
  • logger.py
  • README.md

Videos are available at:

RUDDER - Venture

RUDDER - Bowling

About

RUDDER for ATARI games with delayed rewards in OpenAI Baselines package

License:MIT License


Languages

Language:Python 100.0%