🤖 Adds plane
This commit is contained in:
+2
-1
@@ -3,10 +3,11 @@ from training.trainer import Trainer
|
||||
|
||||
import resources as resources
|
||||
|
||||
render = True
|
||||
|
||||
def main():
|
||||
env = QuadrupedEnv(resources.getDataPath() + "/spot.urdf")
|
||||
trainer = Trainer(env)
|
||||
trainer = Trainer(env, render)
|
||||
trainer.train()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user