Fix imports

This commit is contained in:
ebuehrle
2021-09-08 20:45:45 +02:00
parent 3a6139286d
commit 5ff4b42c0e
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# %%
from stable_baselines3 import PPO
from intersimple.intersimple import NRasterizedRandomAgent, speed_reward
from intersim.envs.intersimple import NRasterizedRandomAgent, speed_reward
import functools
model_name = "ppo_speed_image_lowres_random"