jangirrishabh/Overcoming-exploration-from-demos

ValueError: not allowed to raise maximum limit

Closed this issue · 2 comments

when i run the following command:
python experiment/train.py,

there is an following error:
File "experiment/train.py", line 244, in main
launch(**kwargs)
File "experiment/train.py", line 132, in launch
resource.setrlimit(resource.RLIMIT_NOFILE, (65536, 65536))
ValueError: not allowed to raise maximum limit

is there any solution?

Thanks for your quick reply.
It worked!