Functioncompute_gae(
reward: torch.Tensor, # [N, T, k]
done: torch.Tensor, # [N, T, 1]
value: torch.Tensor, # [N,
marinegym/learning/utils/gae.py:27
Functioncompute_gae_(
reward: torch.Tensor, # [T, N, k]
done: torch.Tensor, # [T, N, 1]
value: torch.Tensor, # [T,
marinegym/learning/utils/gae.py:54
Functioncreate_bar(
prim_path: str,
length: float,
translation=(0, 0, 0),
from_prim: str = None,
to_prim: st
marinegym/utils/scene.py:175
Functioncreate_bar(
prim_path: str,
length: float,
from_prim: Union[str, Usd.Prim]=None,
to_prim: Union[str, Usd
marinegym/envs/utils/__init__.py:87
Functioncreate_rope(
xform_path: str = "/World/rope",
translation=(0, 0, 0),
from_prim: Union[str, Usd.Prim] = None,
marinegym/utils/scene.py:58
Methodforward(self, cmds: torch.Tensor, flow_vels: torch.Tensor, fin_pos, fin_rot, fin_vel)
marinegym/actuators/fin200.py:30