文件名称:gym-2048:为游戏2048打开AI体育馆环境
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-23 15:49:37
tensorflow openai-gym Python
健身房2048 为游戏2048和代理进行开放的AI体育馆环境。 入门 该项目包含一个用于游戏2048(在目录Gym-2048中)的开放AI健身房环境,以及一些学习该游戏的代理和工具。 simple_rl_agent.py简单的RL代理,可学习特定板状态的移动质量 train_deep_network.py训练深度神经网络以从SL数据播放 gather_training_data.py以CSV格式记录训练数据以训练神经网络 其他training_data文件用于操纵训练数据。 先决条件 您需要什么东西来安装软件以及如何安装它们 对于体育馆环境: gym numpy 对于座席和记录培训数据: pygame tensorflow 对于运行测试: pytest 正在安装 您可以通过以下步骤来设置开发此项目的条件: python setup.py develop 运行测试 您可以通过运行
【文件预览】:
gym-2048-master
----augment_training_data.py(525B)
----test-requirements.txt(19B)
----.github()
--------workflows()
----LICENSE.txt(1KB)
----training_data.py(11KB)
----test_data.csv(77KB)
----requirements.txt(35B)
----distribute_training_data.py(1KB)
----add_rewards_to_training_data.py(3KB)
----gym_2048()
--------envs()
--------__init__.py(118B)
----.travis.yml(459B)
----gather_training_data.py(6KB)
----hflip_training_data.py(544B)
----setup.py(202B)
----README.md(1KB)
----train_keras_model.py(7KB)
----merge_training_data.py(1KB)
----params.json(153B)
----.gitignore(1KB)
----test_training_data.py(22KB)