CrazySssst
CrazySssst
Hi, thanks for your great work! I have a question about EpisodeSwimmerEnv. According to your code, [EpisodeSwimmerEnv](https://github.com/daochenzha/rapid/blob/main/rapid/mujoco_envs/episode_swimmer.py) provides dense rewards instead of sparse rewards mentioned in the paper. Did I...
Hello, I run the following code on Ubuntu 4.4.0-201-generic x86_64 ` python -m smac.examples.random_agents` then I get the following error 'e_errorIdMemoryUnknown' `Version: B75689 (SC2.4.10) Build: Aug 12 2019 17:16:57 Command...
question about offset: i found that you set offsets=[2.5, 2.5, 10.5, 26.5, 90.5, 160.5] in ssd_pascal_resnet_321.py , but offset is 0.5 in origin ssd(VGG), my question is: 1.why you do...
Very great work! I am very interest why MAT can hold the monotonic improvement guarantee while avoids sequential updates. To guarantee the monotonic improvement, HAPPO updates each policy one-by-one during...