gauravkuppa
gauravkuppa
When I try to run `python3 multiagent.py --num_drones 4 --obs rgb`, I get the error `[ERROR] ObservationType.RGB for multi-agent systems not yet implemented`. However, in the results from the README,...
The names for the checkpoints in https://drive.google.com/open?id=1kaeHlGf9h3vZLBxr4D5yQUgToxEUWuMh are not as inference.py expects them to be. inference.py expects them to be latest_net_generator.pth.
It seems that most of the labels (except hair) are off by 1. They deviate from the cloth labels in decode_labels.py. For example, face is said to be 13, according...
I am trying to use zenpower. When I install it, and use `sensors` or `psensor`, I do not get any data about the CPU temperature. In my attempts to use...
I want to use sample factory, with this gym environment for a class: https://github.com/f1tenth/f1tenth_gym_ros How would I integrate this?
I am trying to extend the Metric Learning notebook to do class-disjoint metric learning for faces on the CASIA dataset. For reference, there are a bunch of different faces organized...