Maxwell2017

Results 13 comments of Maxwell2017

Have you ever solved it? @allendred

> @lingyunli1994 How do you solved this probelm,I have the same problem."fopen(config/graph.xm.) failed". > Thanks! Have you ever solved this probelm?Did the car run successfully? @BCWang93

> I agree, in line 116 of ddpg.py:y_t = np.asarray([e[1] for e in batch]) is wrong. The right y_t should be y_t = np.asarray([e[2] for e in batch]) Do you...

> Damn it ... Do you have any idea what i can search for ? Are you running the test sample on the server?

The same question as Crazyalltnt. @lespeholt

I mean local servers, not cloud servers

@Pranav-India Sorry to reply you so late, I think it can run on cpu machine. However, the learner generally runs on gpu. If you use cpu, the distributed acceleration effect...

Hello, Due to the problem of VPN, my dataset cannot be downloaded. Can you share it with me?

Hey guys,Have you ever recorded agents gameplay and save it as a video? @sjtuytc @ryanprinster

Is the flags(such as --demofiles, --record, --video, and --demo) useful?Now I'm reproducing the Impala algorithm of [deepmind,](https://github.com/deepmind/scalable_agent) but I don't know how to visualize it. I don't know if there...