diff --git a/README.md b/README.md index 51b25aa..4b925bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# retro-baselines +# retro-baselines-rudder -Applying the [RUDDER paper](https://arxiv.org/abs/1806.07857) to sonic. +Applying the [RUDDER paper (arxiv.org/abs/1806.07857)](https://arxiv.org/abs/1806.07857) to Sonic. -[retro-baselines](https://github.com/openai/retro-baselines) modified to use the baselines_rudder repo. +This code is [retro-baselines](https://github.com/openai/retro-baselines) modified to use the baselines_rudder code. + +Some of the requirements needed are listed in the included requirements.txt file. Install with `pip install -r requirements.txt`. + +![reward_plot](imgs/reward.png) diff --git a/imgs/reward.png b/imgs/reward.png new file mode 100644 index 0000000..3bdbc93 Binary files /dev/null and b/imgs/reward.png differ