kapsl

Results 12 issues of kapsl

Hi, I finally managed to install gps together with ROS. (I think newer versions then Jade don't work, because there some PR2_Packages missing). And Jade is not running on the...

Line 286 if mesh.visual.uv is not None: leads to problems, for my mesh it was [] it works, when changing it to if mesh.visual.uv is not None and len(mesh.visual.uv) !=...

Hi, as far as I understand it, SAC currently works for training with a single agent? Are there plans to support distributed training like done in Surreal?

I can't get it running anymore when i add --restore and a path to a checkpoint. It holds that tune-metadata cant be found, but it searches in the folder with...

bug
help wanted
good first issue

Hi, is there an easy way of showing the structure of the keras model? Like normally with .summary() after compiling it?

enhancement
help wanted
good first issue

Do you currently have plans to integrate the DisCor algorithm. It seems promising! https://arxiv.org/pdf/2003.07305.pdf

Hi, is there a possibility to run the different trials in parallel (locally) or in the cloud?

I'm currently trying to get this running on a Google Cloud but actually when running launch_example_gce(config_file=/config/ray-autoscaler-gce.yaml', example_module_name='examples.development', example_argv=argv, screen=False, tmux=False, stop=True, start=True, override_cluster_name="raycluster", port_forward='6006:7001') i run into some issues...

Hi, since I updated the code lately it seems like adding --restore==Pathtocheckpoint doesn't do anything...

Hi, I am trying resuming a training and I think this works over the --restore parameter? But when I try this I get the error message that a file with...