文件名称:rl-tutorial:“深入学习强化学习”的源代码-tensorflow source code
文件大小:602KB
文件格式:ZIP
更新时间:2024-04-13 13:29:35
系统开源
使用TensorFlow和Keras的DQN解决方案来解决Mountain Car环境。 有关解决某些Atari游戏的类似代码,请参见。 安装 克隆此仓库: git clone https://github.com/AdamStelmaszczyk/rl-tutorial.git 。 进行依赖项管理。 创建tutorial conda环境: conda create -n tutorial python=3.6.5 -y 。 激活tutorial conda环境: source activate tutorial 。 以下所有命令应在激活的tutorial环境中运行。 安装基本依赖项: pip install -r requirements.txt 。 在Travis上有一个自动构建的工具,它可以这。 跑 python run.py --help usage: run.py [
【文件预览】:
rl-tutorial-master
----06-08-20-57-log()
--------06-08-20-57-200000.h5(44KB)
--------events.out.tfevents.1528484236.adam-ThinkPad-T520(30KB)
--------06-08-20-57-100000.h5(44KB)
--------06-08-20-57-150000.h5(44KB)
--------06-08-20-57-50000.h5(44KB)
----images()
--------good.gif(25KB)
--------tensorboard.png(237KB)
--------random.gif(41KB)
----06-08-20-23-log()
--------events.out.tfevents.1528482213.adam-ThinkPad-T520(30KB)
--------06-08-20-23-50000.h5(44KB)
--------06-08-20-23-100000.h5(44KB)
--------06-08-20-23-150000.h5(44KB)
--------06-08-20-23-200000.h5(44KB)
----run.py(10KB)
----06-08-18-42-log()
--------06-08-18-42-50000.h5(44KB)
--------events.out.tfevents.1528476165.adam-ThinkPad-T520(30KB)
--------06-08-18-42-150000.h5(44KB)
--------06-08-18-42-100000.h5(44KB)
--------06-08-18-42-200000.h5(44KB)
----requirements.txt(457B)
----06-08-18-20-log()
--------events.out.tfevents.1528474841.adam-ThinkPad-T520(30KB)
--------06-08-18-20-200000.h5(44KB)
--------06-08-18-20-100000.h5(44KB)
--------06-08-18-20-50000.h5(44KB)
--------06-08-18-20-150000.h5(44KB)
----replay_buffer.py(3KB)
----.travis.yml(503B)
----LICENSE(1KB)
----loggers.py(323B)
----README.md(3KB)
----.gitignore(1KB)
----see.py(550B)
----06-08-19-15-log()
--------06-08-19-15-50000.h5(44KB)
--------events.out.tfevents.1528478105.adam-ThinkPad-T520(31KB)
--------06-08-19-15-200000.h5(44KB)
--------06-08-19-15-100000.h5(44KB)
--------06-08-19-15-150000.h5(44KB)