You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the Video instructions and am running in a conda environment. The run_baseline_parallel.py seams to work fine, but when I run python run_baseline_parallel_fast.py I end up running into this error.
Hm it seems like this could be due to mismatched versions of tensorboard and sb3, but these versions have not been updated from the original requirements.txt so I'm not sure why that would only be an issue now.
You can also try out of the requirements.txt / code in the v2 folder which has many dependencies updated as and some other improvements.
I followed the Video instructions and am running in a conda environment. The run_baseline_parallel.py seams to work fine, but when I run
python run_baseline_parallel_fast.py
I end up running into this error.Traceback (most recent call last): File "/home/eru/PokemonRedExperiments/baselines/run_baseline_parallel_fast.py", line 51, in <module> callbacks = [checkpoint_callback, TensorboardCallback()] TypeError: TensorboardCallback.__init__() missing 1 required positional argument: 'log_dir'
The text was updated successfully, but these errors were encountered: