[Bug Report] Pistonball Tutorial with Ray RLLib does not support local_dir parameter #1230
Open
1 task done
Labels
bug
Something isn't working
Describe the bug
When trying to execute the tutorial for RLlib: PPO for Pistonball, the
tune
object errors out because RLLib has depecrated thelocal_dir
parameter and needs to be switched tostorage_path
. I know that the tutorial says to use RLIib version 2.7.0, but the latest version is now 2.35.0. Should the tutorial be updated to reflect the new parameter set for tune? If so, I can submit a pull request to update the tutorial./python/ray/tune/tune.py
Code example
System info
Python Version: 3.10.12
Torch Version: 2.4.0+cu121
Cuda Version: 12.1
Gymnasium Version: 0.28.1
PettingZoo Version: 1.24.3
Ray Version: 2.35.0
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: