-
I have been trying to run the examples for RL Players several times with no luck. The Issue seems to be a problem with the requirements because the errors are usually an ImportError (I'll add pictures…
-
Hey,
nice project! Could you please explain the advantages of using OpenAI gym in your setup? Why is it needed when you actually use your own custom env?
Cheers,
Zuardin
-
-
I tried this on Safety gym with just changing env_name, using info['cost'] for constraint calculations, and computing cost returns as undiscounted sum of costs instead of discounted sum of cost -
`r…
-
我下载了DQN的代码,发现运行报错,主要错误在两个地方上
1.choose_action(self, observation):
observation = observation[np.newaxis, :]出现错误为TypeError: tuple indices must be integers or slices, not tuple
2.在修改了第一部分的错误之后(通过课程讨论区一…
-
-
This happens when executed with Python (3.6.13) in a conda environment. I receive the following error:
```
Exception in thread Thread-6:
Traceback (most recent call last):
File "C:\Users\rcapu\.…
-
Hi
I get the following warning:
UserWarning: You provided an OpenAI Gym environment. We strongly recommend transitioning to Gymnasium environments. Stable-Baselines3 is automatically wrapping you…
-
Trying to run code with
`import gym
import ppaquette_gym_doom`
and I'm getting back this error.
```
File "anaconda3/lib/python3.6/site-packages/ppaquette_gym_doom/__init__.py", line 2, in
f…
-
## Description
Hi, i am trying to simulate a basic environment from open ai gym in the jupyter notebook on MacOs
After successful running of the env the kernel and the popup window hangs.
…
astuj updated
3 years ago