Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running run_baseline_parallel_fast.py #187

Open
Hulong5 opened this issue Sep 6, 2024 · 4 comments
Open

Error when running run_baseline_parallel_fast.py #187

Hulong5 opened this issue Sep 6, 2024 · 4 comments

Comments

@Hulong5
Copy link

Hulong5 commented Sep 6, 2024

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'

@PWhiddy
Copy link
Owner

PWhiddy commented Oct 10, 2024

Do you have the same version of tensorboard and wandb as the requirements.txt?

@IsraCode
Copy link

IsraCode commented Nov 3, 2024

i have same problem, and i have the same version of tensorboard and wandb as the requirements.txt

@MidnightA9
Copy link

I've got the same issue

@PWhiddy
Copy link
Owner

PWhiddy commented Nov 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants