MCPcopy Index your code
hub / github.com/brendanator/atari-rl

github.com/brendanator/atari-rl @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
163 symbols 395 edges 22 files 10 documented · 6%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Atari - Deep Reinforcement Learning algorithms in TensorFlow

Build Status

Learning to play Atari in TensorFlow using Deep Reinforcement Learning

Setup

git clone https://github.com/brendanator/atari-rl
git submodule update --init
conda create --name atari-rl python=3.5
source activate atari-rl
conda install -y -c https://conda.binstar.org/menpo opencv3
conda install -y h5py numpy
pip install tensorflow
pip install 'gym[atari]'

Python 2.7 is also supported

Usage

  • Show all options - python main.py --help
  • Play a specific Atari game - python main.py --game Breakout

Papers Implemented

Acknowledgements

Core symbols most depended-on inside this repo

offset_input
called by 12
networks/inputs.py
auto_placeholder
called by 8
networks/inputs.py
offset_index
called by 8
agents/replay_memory.py
total_priority
called by 7
agents/replay_priorities.py
max_priority
called by 6
agents/replay_priorities.py
activation_summary
called by 5
networks/dqn.py
value
called by 4
networks/loss.py
action_value
called by 4
networks/dqn.py

Shape

Method 125
Class 25
Function 13

Languages

Python100%

Modules by API surface

agents/replay_priorities.py20 symbols
networks/dqn.py18 symbols
agents/replay_memory.py15 symbols
networks/loss.py14 symbols
networks/inputs.py13 symbols
util/util.py11 symbols
networks/reward_scaling.py11 symbols
atari/atari.py11 symbols
networks/factory.py9 symbols
agents/agent.py9 symbols
util/summary.py8 symbols
agents/training.py8 symbols

For agents

$ claude mcp add atari-rl \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact