Hello,
I tried to run your algorithm but there's an error.
line 303, in main
currentEpisode = np.array(currentEpisode)
^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (1, 3) + inhomogeneous part.
It's related to numpy and a list. Maybe it used to work in an older version but it's no longer the case.
Hello, I tried to run your algorithm but there's an error.
It's related to numpy and a list. Maybe it used to work in an older version but it's no longer the case.