健身房自动机 Gym Automata是遵循的强化学习环境(RLE)的。 可用的RLE基于(CA)。 在它们上,代理通过更改其单元状态与CA进行交互,以尝试将其网格的紧急属性驱动到所需的配置。 安装 git clone https://github.com/elbecerrasoto/gym-cellular-automata pip install -e gym-cellular-automata 基本用法 随机政策 import gym env = gym . make ( 'gym_cellular_automata:forest-fire-v0' ) obs = env . rese