diff --git a/README.md b/README.md index 830cbfb..b8c0175 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ A [legged_gym](https://github.com/leggedrobotics/legged_gym) based framework for ## 📅 Updates
+2025/02/23 + +- find some bugs in genesis. The environments can return nan values without knowing why (https://github.com/Genesis-Embodied-AI/Genesis/issues/625), which can hinder long-time training where nan values may suddenly come out and terminates your training. + + ![](./test_resources/nan_values_bug.png) + +
+ +
2025/02/10 - add measure_heights support, and provide a demo of exteroceptive locomotion ([go2_rough](https://github.com/lupinjia/genesis_lr/tree/main/legged_gym/envs/go2/go2_rough)) diff --git a/test_resources/nan_values_bug.png b/test_resources/nan_values_bug.png new file mode 100644 index 0000000..aa0a5f5 Binary files /dev/null and b/test_resources/nan_values_bug.png differ