Closed sryu1 closed 4 months ago
I'm not able to replicate your error, but I'm running on Linux. You could try running gym.make("J3-HeadingControlTask-Shaping.STANDARD-NoFG-v0")
to see if you can get more information on what causes the error.
In any case, if you have a Windows PC, it is better to install and use WSL (Windows Subsystem for Linux) instead. It essentially lets you run a Linux OS on your Windows computer. It's highly recommended for any development work, which naturally lends itself to Linux over Windows: https://learn.microsoft.com/en-us/windows/wsl/install
It's very straightforward; just run wsl --install
, and then within the Ubuntu terminal install Python, agilerl, etc.
What version of AgileRL are you using?
1.0.0
What operating system and processor architecture are you using?
Windows 11 x64
What did you do? Steps to reproduce the behaviour:
What did you expect to see? No output
What did you see instead? Describe the bug.
Additional context Exact same code works in Linux. Is this a problem of the custom env library? Other envs such as CartPole-v1 and MountainCar-v0 works in Windows...