simulation physics fixed

fuck them physics
This commit is contained in:
2026-08-06 15:18:06 +02:00
parent 523a4aea89
commit 346ec9e949
8 changed files with 457 additions and 900 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from .env import JackBotEnv, CurriculumCallback
from .env import JackBotEnv
from .model import ActorCritic
__all__ = ["JackBotEnv", "CurriculumCallback", "ActorCritic"]
__all__ = ["JackBotEnv", "ActorCritic"]