gym-idsgame icon indicating copy to clipboard operation
gym-idsgame copied to clipboard

Read-only file system:

Open mmcmanus1 opened this issue 2 years ago • 1 comments

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?

mmcmanus1 avatar Jan 23 '23 04:01 mmcmanus1

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.

Limmen avatar Feb 04 '23 07:02 Limmen