文件名称:gym-tictactoe:OpenAI健身房风格的井字游戏环境
文件大小:75KB
文件格式:ZIP
更新时间:2024-05-26 05:01:00
Python
体操 OpenAI健身房风格的井字游戏环境。 |O|X ----- |O| ----- O|X|X O's turn. Enter location[1-9], q for quit: 要求 Python> = 3.5 安装 git clone https://github.com/haje01/gym-tictactoe.git cd gym-tictactoe/ pip install -e . 尝试示例代理 cd examples/ python human_agent.py python base_agent.py python td_agent.py 时差代理命令 学 Usage: td_agent.py learn [OPTIONS] Learn and save the model. Options: -p, --episode INTEGER Ep
【文件预览】:
gym-tictactoe-master
----LICENSE(1KB)
----gym_tictactoe()
--------__init__.py(0B)
--------env.py(6KB)
----examples()
--------human_agent.py(2KB)
--------base_agent.py(1KB)
--------td_agent.py(19KB)
--------gsmodels()
--------best_td_agent.dat(463KB)
----setup.py(290B)
----.gitignore(1KB)
----README.md(2KB)