ml4a / ml4a

A python library and collection of notebooks for making art with machine learning.

Home Page:https://ml4a.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assertion error in deep-q networks guide

genekogan opened this issue · comments

during training, the assertion fails.

training...

AssertionError Traceback (most recent call last)
in ()
26
27 # debug, "this should never happen"
---> 28 assert not np.array_equal(new_state, prev_state)
29
30 agent.remember(prev_state, action, new_state, reward)

AssertionError: