Jarvis

Results 10 issues of Jarvis

I did not quite understand the tasks and meta mechanism used in the paper, with the replies of the author, I got a clearer view. The conclusion and discussion will...

I tried to use the deepkit with clusters. After configuring the `deepkit.yml` as follows: ``` image: xxx command: - echo hell ``` I run it on the server, but got...

I wonder whether the framework support agents' partial observation.for example ,every agent just can see 1 miles around itself.

I just run maddpg in `simple_speaker_listener` several times,but none of them get the -20 avg-reward like the paper proposed. Are there anything i should modify to get a better or...

The project is interesting, I am looking forward to your release.

I was writing python scripts, however when I tried to save and quit, the vim just like frozen for a while. I guess it may be some plugins(syntax check or...

I run the `./run_baseline_cleanup.sh`, it very quickly terminates and seems like the training and sampling process are not executed. Moreover, the ray/result/exp is empty. But all the scripts are identical...

Hi, I am running the training script. However, the ego car just keep still and the pomdp planner seems not working. ``` s = rospy.Service('adding_value', ValueService, lambda msg: handle_value(msg, socket))...