Skip to content

Commit

Permalink
Merge pull request #270 from fl0fischer/mainOriginalRepo
Browse files Browse the repository at this point in the history
import myosuite before sb3 to ensure envs are registered
  • Loading branch information
Vittorio-Caggiano authored Dec 19, 2024
2 parents 902fb6f + 6109d39 commit e2d1eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myosuite/agents/sb3_job_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import os
import json
import time as timer
import myosuite
from stable_baselines3 import PPO, SAC
from stable_baselines3.common.callbacks import CheckpointCallback
from stable_baselines3.common.env_util import make_vec_env
Expand Down

0 comments on commit e2d1eb3

Please sign in to comment.