MCPcopy Create free account
hub / github.com/LeCAR-Lab/model-based-diffusion / State

Class State

mbd/envs/car2d.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35@struct.dataclass
36class State:
37 pipeline_state: jnp.ndarray
38 obs: jnp.ndarray
39 reward: jnp.ndarray
40 done: jnp.ndarray
41
42
43class Car2d:

Callers 8

resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85
resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected