CoolFace
Datasetpublic

edbeeching/godot_rl_MultiLevelRobot

A RL environment called MultiLevelRobot for the Godot Game Engine. This environment was created with: https://github.com/edbeeching/godot_rl_agents Downloading the environment After installing Godot RL Agents, download the environment with: gdrl.env_from_hub -r edbeeching/godot_rl_MultiLevelRobot

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes260downloads
README.md26 linesDownload Raw Back to root
1---2library_name: godot-rl3tags:4- deep-reinforcement-learning5- reinforcement-learning6- godot-rl7- environments8- video-games9---10 11A RL environment called MultiLevelRobot for the Godot Game Engine.12 13This environment was created with: https://github.com/edbeeching/godot_rl_agents 14 15 16## Downloading the environment 17 18After installing Godot RL Agents, download the environment with: 19 20```21gdrl.env_from_hub -r edbeeching/godot_rl_MultiLevelRobot22```23 24 25 26