GitXplorerGitXplorer
f

ppo-dice

public
9 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
887479cea31fea43e71867376cdbeb2d947ccb04

initial commit

aamyzhang committed 4 years ago

README

The README file for this repository.

ppo-dice

Please use hyper parameters from this readme. With other hyper parameters things might not work (it's RL after all)!

This repo contains a PyTorch implementation for the paper

Stable Policy Optimization via Off-Policy Divergence Regularization. Ahmed Touati, Amy Zhang, Joelle Pineau and Pascal Vincent. UAI2020

@article{touati2020stable,
  title={Stable Policy Optimization via Off-Policy Divergence Regularization},
  author={Touati, Ahmed and Zhang, Amy and Pineau, Joelle and Vincent, Pascal},
  journal={arXiv preprint arXiv:2003.04108},
  year={2020}
}

Requirements

In order to install requirements, follow:

# PyTorch
conda install pytorch torchvision -c soumith

# Baselines for Atari preprocessing
git clone https://github.com/openai/baselines.git
cd baselines
pip install -e .

# Other requirements
pip install -r requirements.txt

Training

Atari

 ./run_local_atari.sh

Deepmind Control

 ./run_local.sh

LICENSE

Attribution-NonCommercial 4.0 International