michalkoziarski / Deep-RL-Zoo

Model Zoo for Deep Reinforcement Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep RL Zoo

Model Zoo for Deep Reinforcement Learning. Place for trained deep RL models, with focus on DQN and ALE.

Models

Currently looking for trained models. If you have some consider contributing.

deep_q_rl models

The following are in the format gamename_datetrained_epoch_gitsha1. The sha1's mentioned are from https://github.com/alito/deep_q_rl or from https://github.com/alito/deep_q_rl/tree/rl_glue for the NIPS models. You may be able to watch them play using newer code as long as you select the right model (Nature unless otherwise specified).

Contributing

Depending on the size of your models you can either submit pull request with files/links or contact me directly via email. Please provide details about the training procedure (architecture, training parameters, link to the implementation).

For now there there is no specific format for those details; I will prepare one after several models are submitted.

About

Model Zoo for Deep Reinforcement Learning