gym-idsgame
gym-idsgame copied to clipboard
Read-only file system:
I was trying to use make run on v0/random_defense/tabular_q_learning/run.py But am getting this error "OSError: [Errno 30] Read-only file system: '/media'" I was wondering if anyone knew why this was the case?
Hi, some of the experiments have hard-coded paths. For example /media is a directory I have on my system to store the results of experiments. To avoid this error simply update the path to wherever you want to store the results on your system.