You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`fps step: 41658 fps step and policy inference: 41487 fps total: 2451 epoch: 156/1000 frames: 40632320
[2025-07-23 02:41:01,861][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
fps step: 29806 fps step and policy inference: 29706 fps total: 2380 epoch: 157/1000 frames: 40894464
[2025-07-23 02:42:55,998][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
fps step: 39191 fps step and policy inference: 39036 fps total: 2426 epoch: 158/1000 frames: 41156608
[2025-07-23 02:44:47,557][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,011][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,201][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,204][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,349][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
Error executing job with overrides: []
Traceback (most recent call last):
File "/home/admin/env_isaaclab_2/IsaacLab/source/isaaclab_tasks/isaaclab_tasks/utils/hydra.py", line 101, in hydra_main
func(env_cfg, agent_cfg, *args, **kwargs)
File "/home/admin/Test/Test/scripts/rl_games/train.py", line 206, in main
runner.run({"train": True, "play": False, "sigma": train_sigma})
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/torch_runner.py", line 133, in run
self.run_train(args)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/torch_runner.py", line 116, in run_train
agent.train()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 1318, in train
step_time, play_time, update_time, sum_time, a_losses, c_losses, b_losses, entropies, kls, last_lr, lr_mul = self.train_epoch()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 1182, in train_epoch
batch_dict = self.play_steps()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 742, in play_steps
res_dict = self.get_action_values(self.obs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 408, in get_action_values
res_dict = self.model(input_dict)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/algos_torch/models.py", line 278, in forward
selected_action = distr.sample()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/distributions/normal.py", line 73, in sample
return torch.normal(self.loc.expand(shape), self.scale.expand(shape))
RuntimeError: normal expects all elements of std >= 0.0
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
2025-07-23 00:44:53 [17,187,182ms] [Warning] [omni.fabric.plugin] gFabricState->gUsdStageToSimStageWithHistoryMap had 1 outstanding SimStageWithHistory(s) at shutdown
2025-07-23 00:44:53 [17,188,124ms] [Warning] [carb] Recursive unloadAllPlugins() detected!
`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Guys,
I get following error mid rl training, I am new to reinforcement learning. I have no idea how to solve this.
Any suggestions. Thank you!
I tried:
solver_velocity_iteration_count,
`fps step: 41658 fps step and policy inference: 41487 fps total: 2451 epoch: 156/1000 frames: 40632320
[2025-07-23 02:41:01,861][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
fps step: 29806 fps step and policy inference: 29706 fps total: 2380 epoch: 157/1000 frames: 40894464
[2025-07-23 02:42:55,998][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
fps step: 39191 fps step and policy inference: 39036 fps total: 2426 epoch: 158/1000 frames: 41156608
[2025-07-23 02:44:47,557][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,011][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,201][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,204][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
[2025-07-23 02:44:48,349][tensorboardX.x2num][WARNING] - NaN or Inf found in input tensor.
Error executing job with overrides: []
Traceback (most recent call last):
File "/home/admin/env_isaaclab_2/IsaacLab/source/isaaclab_tasks/isaaclab_tasks/utils/hydra.py", line 101, in hydra_main
func(env_cfg, agent_cfg, *args, **kwargs)
File "/home/admin/Test/Test/scripts/rl_games/train.py", line 206, in main
runner.run({"train": True, "play": False, "sigma": train_sigma})
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/torch_runner.py", line 133, in run
self.run_train(args)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/torch_runner.py", line 116, in run_train
agent.train()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 1318, in train
step_time, play_time, update_time, sum_time, a_losses, c_losses, b_losses, entropies, kls, last_lr, lr_mul = self.train_epoch()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 1182, in train_epoch
batch_dict = self.play_steps()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 742, in play_steps
res_dict = self.get_action_values(self.obs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/common/a2c_common.py", line 408, in get_action_values
res_dict = self.model(input_dict)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/rl_games/algos_torch/models.py", line 278, in forward
selected_action = distr.sample()
File "/home/admin/env_isaaclab_2/.venv/lib/python3.10/site-packages/torch/distributions/normal.py", line 73, in sample
return torch.normal(self.loc.expand(shape), self.scale.expand(shape))
RuntimeError: normal expects all elements of std >= 0.0
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
2025-07-23 00:44:53 [17,187,182ms] [Warning] [omni.fabric.plugin] gFabricState->gUsdStageToSimStageWithHistoryMap had 1 outstanding SimStageWithHistory(s) at shutdown
2025-07-23 00:44:53 [17,188,124ms] [Warning] [carb] Recursive unloadAllPlugins() detected!
`
Beta Was this translation helpful? Give feedback.
All reactions