Marcus Kalander
Marcus Kalander
Hello, Thanks for a great resource. It would be good to be able to get a quick overview of what is included here, so my suggestion is to add a...
Fixes #951. ### Summary Adds a moving average forecast model as it is currently missing (although there exists a moving average filter model). The added model is named `MovingAverageForecaster` to...
Any suggestions on dataset or code enhancements are welcome. In particular, if any issues with the dataset, how it is structured or missing information is identified it would be appreciated...
There is no website with documentation available for gCastle so we want to add one. For similar open-source projects, using "read the docs" to host and sphinx to generate the...
The [IIDSimulator](https://github.com/huawei-noah/trustworthyAI/blob/ff135c73186fee4507ae414e5d000e4190b483f0/gcastle/castle/datasets/simulator.py#L241) already supports multiple sem types for the linear case for a single simulated dataset. This could be added to the nonlinear case as well. Refer to https://github.com/huawei-noah/trustworthyAI/blob/ff135c73186fee4507ae414e5d000e4190b483f0/gcastle/castle/datasets/simulator.py#L273-L275 and...
This fixes the chronological order in each category as raised in issue #39. I also made some minor fixes for some smaller issues I noticed while doing the order changes:...
Fixes an old link at the end of the README to the new version specified in #20.
Hi, I have a camera mounted to a robot arm and want to adjust the `near` value to avoid the robot arm occluding the camera. When I use 'default' or...
When running the test code below with the PickClutterYCB-v1 environment, the robot collapses at the origin in the recorded video. This issue occurs specifically when using both `sim_backend='gpu'` and `shader='rt'`....