Batou1406 / dls_orbit_bat_private

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-orbit.github.io/orbit/
Other
1 stars 0 forks source link

NaN in centroidal Model #31

Open Batou1406 opened 5 days ago

Batou1406 commented 5 days ago

NaN in centroidal Model

After close inspection of the internal variable of the centroidal model, seems that after a while, NaN are produced, after few (10) iteration of the centroidal model started with valid values.

Input and output :

after n=10 iterations Variable jnp.isnan(x)
input no NaN
state no NaN
current_contact no NaN
new_state NaN

How to produce the error

Initial inputs have been saved and the code as been reproduced in a separate python environment. Then, in order to stop on NaN the following config for the jax debugger has been used :

The exacte line that produce the error is the following :