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
Traceback (most recent call last):
File "/home/davide/code/ML/RL/bench.py", line 37, in <module>
exp.run(
File "/home/davide/code/mushroom-rl-benchmark/mushroom_rl_benchmark/core/experiment.py", line 63, in run
run_fn(**executor_params, **run_params)
File "/home/davide/code/mushroom-rl-benchmark/mushroom_rl_benchmark/core/experiment.py", line 157, in run_parallel
runs = parallel(
File "/home/davide/code/mushroom-rl-benchmark/mushroom_rl_benchmark/utils/tqdm_parallel.py", line 9, in __call__
return joblib.Parallel.__call__(self, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/joblib/parallel.py", line 1098, in __call__
self.retrieve()
File "/usr/local/lib/python3.10/dist-packages/joblib/parallel.py", line 975, in retrieve
self._output.extend(job.get(timeout=self.timeout))
File "/usr/local/lib/python3.10/dist-packages/joblib/_parallel_backends.py", line 567, in wrap_future_result
return future.result(timeout=timeout)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
TypeError: Gym.__init__() missing 1 required positional argument: 'name'
This code uses the old version of the benchmark (master branch) that is not supported anymore.
The new version is almost ready, you can find it in the new_benchmark branch. Unfortunately, it has not been tested yet. Indeed, our experiment-launcher package, upon which we base our new benchmark, has some issues with wandb, causing some random seeds to crash. We are solving the issue right now.
to fix the current issue in your code, you could just change the lines specifying the environment:
I have this error
With this code:
The text was updated successfully, but these errors were encountered: