D4RL
D4RL copied to clipboard
Failed to load XML file: C:\Users\Administrator\AppData\Local\Temp\tmpw7b_qxyo.xml.
this exception happened when I tried to run the test code. Why this happened and how to solve it?
Hi,
Unfortunately, I haven't tested this codebase on a Windows machine (and I do not have access to one). Is the issue that the temp xml file is not being created properly?
If you're okay with messing around with the code a bit, you could maybe write out the model on line 174 of maze_model.py into a file with model.root.write(file)
and read from that file.
I get the same problem, have you solved it?
Same problem!!