Skip to content

Commit cedc75c

Browse files
Removing some scenes (#4997)
* Removing some scenes, All the Static and all the non variable speed environments. Also removed Bouncer, PushBlock, WallJump and reacher. Removed a bunch of visual environements as well. Removed 3DBallHard and FoodCollector (kept Visual and Grid FoodCollector) * readding 3DBallHard * readding pushblock and walljump * Removing tennis * removing mentions of removed environments * removing unused images * Renaming Crawler demos * renaming some demo files * removing and modifying some config files * new examples image? * removing Bouncer from build list * replacing the Bouncer environment with Match3 for llapi tests * Typo in yamato test
1 parent 2a26887 commit cedc75c

File tree

245 files changed

+1374
-45738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+1374
-45738
lines changed

.yamato/python-ll-api-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_linux_ll_api_{{ editor.version }}:
1818
python ml-agents/tests/yamato/scripts/run_llapi.py
1919
python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-Basic
2020
python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-WallJump
21-
python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-Bouncer
21+
python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-Match3
2222
dependencies:
2323
- .yamato/standalone-build-test.yml#test_linux_standalone_{{ editor.version }}
2424
triggers:

.yamato/standalone-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test_linux_standalone_{{ editor.version }}:
1515
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast
1616
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux
1717
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity
18-
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity
18+
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/Examples/Match3/Scenes/Match3.unity
1919
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity
2020
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/TestScenes/TestCompressedGrid/TestGridCompressed.unity
2121
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=linux --scene=Assets/ML-Agents/TestScenes/TestCompressedTexture/TestTextureCompressed.unity

Project/Assets/ML-Agents/Examples/Bouncer.meta

-10
This file was deleted.

Project/Assets/ML-Agents/Examples/Bouncer/Demos.meta

-8
This file was deleted.
Binary file not shown.

Project/Assets/ML-Agents/Examples/Bouncer/Demos/ExpertBouncer.demo.meta

-10
This file was deleted.

Project/Assets/ML-Agents/Examples/Bouncer/Prefabs.meta

-10
This file was deleted.

0 commit comments

Comments
 (0)