All Projects → openai → Random Network Distillation

openai / Random Network Distillation

Code for the paper "Exploration by Random Network Distillation"

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Random Network Distillation

Srflow
Official SRFlow training code: Super-Resolution using Normalizing Flow in PyTorch
Stars: ✭ 537 (-24.15%)
Mutual labels:  paper
Dnc Tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Stars: ✭ 587 (-17.09%)
Mutual labels:  paper
Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (-7.34%)
Mutual labels:  paper
Mlsh
Code for the paper "Meta-Learning Shared Hierarchies"
Stars: ✭ 548 (-22.6%)
Mutual labels:  paper
Deeptype
Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
Stars: ✭ 571 (-19.35%)
Mutual labels:  paper
Awesome Interaction Aware Trajectory Prediction
A selection of state-of-the-art research materials on trajectory prediction
Stars: ✭ 625 (-11.72%)
Mutual labels:  paper
Cvpr 2019 Paper Statistics
Statistics and Visualization of acceptance rate, main keyword of CVPR 2019 accepted papers for the main Computer Vision conference (CVPR)
Stars: ✭ 527 (-25.56%)
Mutual labels:  paper
Densenet
DenseNet implementation in Keras
Stars: ✭ 693 (-2.12%)
Mutual labels:  paper
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-18.36%)
Mutual labels:  paper
Awesome Relation Extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Stars: ✭ 656 (-7.34%)
Mutual labels:  paper
Imitation
Code for the paper "Generative Adversarial Imitation Learning"
Stars: ✭ 555 (-21.61%)
Mutual labels:  paper
Bert paper chinese translation
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding 论文的中文翻译 Chinese Translation!
Stars: ✭ 564 (-20.34%)
Mutual labels:  paper
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (-11.02%)
Mutual labels:  paper
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (-24.01%)
Mutual labels:  paper
Multiagent Competition
Code for the paper "Emergent Complexity via Multi-agent Competition"
Stars: ✭ 663 (-6.36%)
Mutual labels:  paper
Paper
On self sovereign human identity.
Stars: ✭ 537 (-24.15%)
Mutual labels:  paper
Recommendersystem Paper
This repository includes some papers that I have read or which I think may be very interesting.
Stars: ✭ 619 (-12.57%)
Mutual labels:  paper
Large Scale Curiosity
Code for the paper "Large-Scale Study of Curiosity-Driven Learning"
Stars: ✭ 703 (-0.71%)
Mutual labels:  paper
Awesome Economics
A curated collection of links for economists
Stars: ✭ 688 (-2.82%)
Mutual labels:  paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (-8.9%)
Mutual labels:  paper

Status: Archive (code is provided as-is, no updates expected)

Exploration by Random Network Distillation

Yuri Burda*, Harri Edwards*, Amos Storkey, Oleg Klimov
*equal contribution

OpenAI
University of Edinburgh

Installation and Usage

The following command should train an RND agent on Montezuma's Revenge

python run_atari.py --gamma_ext 0.999

To use more than one gpu/machine, use MPI (e.g. mpiexec -n 8 python run_atari.py --num_env 128 --gamma_ext 0.999 should use 1024 parallel environments to collect experience on an 8 gpu machine).

Blog post and videos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].