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
1263
1; Engine configuration file.2; It's best edited using the editor UI and not directly,3; since the parameters that go here are not all obvious.4;5; Format:6; [section] ; section goes between []7; param=value ; assign values to parameters8 9config_version=510 11[application]12 13config/name="MultiLevelRobotEnv"14run/main_scene="res://training_scene/training_scene.tscn"15config/features=PackedStringArray("4.2", "C#", "Forward Plus")16config/icon="res://icon.svg"17 18[dotnet]19 20project/assembly_name="RobotEnv"21 22[editor_plugins]23 24enabled=PackedStringArray("res://addons/godot_rl_agents/plugin.cfg")25 26[physics]27 283d/solver/solver_iterations=1029 