Youtube-Code-Repository icon indicating copy to clipboard operation
Youtube-Code-Repository copied to clipboard

Error in Store_transition in pytorch dqns

Open Vis03al opened this issue 1 year ago • 4 comments

In "main_torch_dqn_lunar_lander_2020.py" file

--> self.state_memory[index] = state It says "ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 1"

When i alter few things to get rid off this error i am getting into another error ,could you help me out

Vis03al avatar Jan 11 '23 07:01 Vis03al