Learning to play Atari in TensorFlow using Deep Reinforcement Learning
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
python main.py --helppython main.py --game Breakoutpython main.pypython main.py --double_qpython main.py --duelingpython main.py --optimality_tighteningpython main.py --replay_prioritizedpython main.py --exploration_bonuspython main.py --bootstrappedpython main.py --persistent_advantage_learningpython main.py --reward_scalingpython main.py --async one_steppython main.py --async n_steppython main.py --async n_step --sarsapython main.py --async a3c$ claude mcp add atari-rl \
-- python -m otcore.mcp_server <graph>