Matt Mazzola
Matt Mazzola
I think someone would need to verify that it actually works by generating or using the guide/docs locally. I only added the files but didn't test
From experimenting more I found that it was because of the syntax used for the `environment` configuration. ## Error Causing Syntax ``` environment: azureml:openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04@latest ``` ## Correct Syntax ``` environment:...
I have observed the behavior again on version: 0.10.9 Given this issue means using the Flashcards feature will result in more corrupted cards it is fairly severe. One way I...
Checking back on this bug. It would be very helpful if someone else could at least confirm the behavior to know that it is not some personal or environmental issue....
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
> interested in all of the above contributions Ok! I will talk with rest of team and see what we want to do. We are trying to roll off our...
I have created PRs for all of the items on the initial issue list (except for item 4) and referenced this issue. Hopefully these can help improve Metaseq. Perhaps someone...
There is not enough information in the issue to understand the issue or reproduce. If I had to guess it may be related to #12
`CONTENT_SAFETY_ENDPOINT` and `CONTENT_SAFETY_KEY` are environment variables you set if you are using any of the Azure AI Content Safety moderation flags (Suffixed with `*_aics`) I removed these moderation flags from...
The issue seems to be for `geodesic` reward_types - `_get_geodesic_potential` - `get_shortest_path_to_goal` - ``` env.scene.get_shortest_path(self._floor, start_xy_pos, self._goal_pos[:2], entire_path=entire_path, robot=env.robots[self._robot_idn]) ``` 