Datasets:
Upload folder using huggingface_hub
Browse files- bin/3DCarParking.pck +2 -2
- project.godot +2 -2
bin/3DCarParking.pck
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abd0b81f62891b8755f98b0cd418a786995e7c142f8c88c3acd99646f9aa2a45
|
3 |
+
size 1347680
|
project.godot
CHANGED
@@ -12,8 +12,8 @@ config_version=5
|
|
12 |
|
13 |
config/name="3DCarParkingExample"
|
14 |
config/description="An example of a simple 3d car parking RL environment. "
|
15 |
-
run/main_scene="res://scenes/
|
16 |
-
config/features=PackedStringArray("4.
|
17 |
config/icon="res://icon.svg"
|
18 |
|
19 |
[dotnet]
|
|
|
12 |
|
13 |
config/name="3DCarParkingExample"
|
14 |
config/description="An example of a simple 3d car parking RL environment. "
|
15 |
+
run/main_scene="res://scenes/TrainingScene.tscn"
|
16 |
+
config/features=PackedStringArray("4.2", "C#", "Forward Plus")
|
17 |
config/icon="res://icon.svg"
|
18 |
|
19 |
[dotnet]
|