Open zx081325 opened 1 year ago
/root/.pyenv/versions/3.7.5/lib/python3.7/site-packages/gym/envs/registration.py:556: UserWarning: WARN: The environment CartPole-v0 is out of date. You should consider upgrading to version v1
.
f"The environment {id} is out of date. You should consider "
/root/my_ai_lib/env/ccgame.py:22: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
observation = np.array(observation)
joint action space is Discrete(2)
Traceback (most recent call last):
File "examples/main.py", line 23, in
python main.py --scenario classic_CartPole-v0 --algo dqn就各种报错