Gaoee

Results 5 issues of Gaoee

您好,莫烦老师,非常感谢你的视频分享。 我对ES neuroevolution的算法有个疑问想请教下,你的算法中只用了20个individuals就可以起到比较好的效果了,我看openai的算法,为什么他们需要1000个才行?而且我将openai算法中的individuals的数量减少了,似乎他们的算法就无法收敛了。

When I run '. scripts/local_run_exp.sh es configurations/frostbite_es.json', I got such error 'AttributeError: 'list' object has no attribute 'ndim'' . Part of log: 'env_id': 'FrostbiteNoFrameskip-v4', 'optimizer': {'args': {'stepsize': 0.01}, 'type': 'adam'},...

Hello, I have read the paper "Data-Efficient Decentralized Visual SLAM" of you. And there has a question I can not understand. How to estimate the relative pose between robots, did...

Hi, I am interest in this project. May ask you about how many robots can the platform support?

Hi, I want to test maze tasks, but I get such error: AttributeError: 'ParticleMazeEnv' object has no attribute '_reset_sim' I run command as: python -m baselines.ve_run --alg=her --env=MazeA-v0 --num_timesteps=500000 --size_ensemble=3...