技术栈

reinforcement

营赢盈英
8 个月前
ai·deep learning·reinforcement·learning·openai gym
OpenAI gym: How to get complete list of ATARI environments题意:OpenAI Gym:如何获取完整的 ATARI 环境列表I have installed OpenAI gym and the ATARI environments. I know that I can find all the ATARI games in the documentation but is there a way to do this in Python, without printing any other environments (e.g. NOT the classic
营赢盈英
8 个月前
ai·openai api·gym·reinforcement·learning
Creating OpenAI Gym Environment from Map Data题意:从地图数据创建 OpenAI Gym 环境I am just starting out with reinforcement learning and trying to create a custom environment with OpenAI gym. However, I am stumped with trying to create an environment (with roads and intersections) from map data, say Google Maps.