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
1Microsoft Visual Studio Solution File, Format Version 12.002# Visual Studio 20123Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RobotEnv", "RobotEnv.csproj", "{C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}"4EndProject5Global6 GlobalSection(SolutionConfigurationPlatforms) = preSolution7 Debug|Any CPU = Debug|Any CPU8 ExportDebug|Any CPU = ExportDebug|Any CPU9 ExportRelease|Any CPU = ExportRelease|Any CPU10 EndGlobalSection11 GlobalSection(ProjectConfigurationPlatforms) = postSolution12 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU13 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.Debug|Any CPU.Build.0 = Debug|Any CPU14 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU15 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU16 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU17 {C8D3517D-AA7F-40D8-B8D8-6FD3D270B2B9}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU18 EndGlobalSection19EndGlobal20 