[python]win10安装gym

Posted FL1623863129

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[python]win10安装gym相关的知识,希望对你有一定的参考价值。

anconda3里面安装:

pip install gym[atari,accept-rom-license]==0.26.1

AutoRom

测试结果:

import gym

env=gym.make('Assault-v4',render_mode='human')

env.reset()

for _ in range(100000):

    action=env.action_space.sample()

    env.step(action)

env.close()

 

以上是关于[python]win10安装gym的主要内容,如果未能解决你的问题,请参考以下文章

win10系统同时安装python2和python3

win10环境下使用python安装tensorflow

Win10下python安装

win10系统下查看python的安装路径

怎样查看win10下Python安装路径

win10专业版python3.7,安装VTK一直报错!