XiongrenChen

Results 1 comments of XiongrenChen

@mamengyiyi I also encountered this issue and what I do is to modify the code of ddpg_agent.py like below, def act(self, obs, action_space): action = action_space.sample() self.prev_state = self.curr_state if...