RL-Job-Shop-Scheduling
RL-Job-Shop-Scheduling copied to clipboard
RuntimeError: Couldn't start Redis. Check log files
Hi! I‘m new to RL and when I set up my environment and run main.py, the error is RuntimeError: Couldn't start Redis. Check log files. I wonder if it is because my redis: no config file specified, using the default config.
Hi,
This seems to be an error related to Ray (RLLib), check this issue for help: https://github.com/ray-project/ray/issues/11395
I think I got similar error, a separate pip install redis fixed it.