gpt4 book ai didi

deep-learning - OpenAI 健身房 : How to get complete list of ATARI environments

转载 作者:行者123 更新时间:2023-12-04 16:46:23 30 4
gpt4 key购买 nike

我已经安装了 OpenAI gym和 ATARI 环境。我知道我可以在documentation中找到所有的ATARI游戏。但是有没有办法在 Python 中做到这一点,没有 打印任何其他环境(例如,不是经典的控制环境)

最佳答案

您可以通过调用 list_games() 来实现这一点。在 atari_py :

>>> import atari_py as ap
>>> game_list = ap.list_games()
>>> print(sorted(game_list))
<<< ['adventure',
'air_raid',
'alien',
'amidar',
'assault',
'asterix',
'asteroids',
'atlantis',
'bank_heist',
'battle_zone',
'beam_rider',
'berzerk',
'bowling',
'boxing',
'breakout',
'carnival',
'centipede',
'chopper_command',
# ...
]

关于deep-learning - OpenAI 健身房 : How to get complete list of ATARI environments,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44389007/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com