1. 首页
  2. 数据库
  3. 其它
  4. deep rl tensorflow:深度强化学习论文的TensorFlow实现 源码

deep rl tensorflow:深度强化学习论文的TensorFlow实现 源码

上传者: 2021-02-07 23:49:29上传 ZIP文件 567.49KB 热度 25次
TensorFlow中的深度强化学习 TensorFlow实施深度强化学习论文。 该实现包含: [1] [2][3][4][5](进行中) [6](正在进行中) [7](进行中) [8](正在进行中) 要求 Python 2.7 或 用法 首先,使用以下命令安装必备组件: $ pip install -U 'gym[all]' tqdm scipy 不要忘了还要安装最新的 。 还请注意,您需要安装所需的依赖项gym[all] 在没有gpu的情况下使用所述的DQN模型进行训练: $ python main.py --network_header_type=nips --env_na
用户评论