Skip to content

renarl/Model-Free-Episodic-Control

 
 

Repository files navigation

Model-Free-Episodic-Control

Implementation of the Model Free Episodic Control paper by Deep Mind : http://arxiv.org/abs/1606.04460

#Introduction This is an implementation of Episodic Control Agent. The implementation is a modification of ShibiHe/Model-Free-Episodic-Control .

#Dependencies

Game roms should be stored in directory roms which stays next to this folder.

Parent Folder

├ Model-Free-Episodic-Control -> source codes + README.md

└ roms -> game roms

###Dependencies for running Episodic Control

Arcade Learning Environment or OpenAI gym

Numpy and SciPy

A reasonable CPU

Running

examples:

python run_episodic_control.py

To get more running details, we can use python run_episodic_control.py -h

About

Implimentation of the Model Free Episodic Control paper by Deep Mind : http://arxiv.org/abs/1606.04460

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%