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

Method observation_size

mbd/envs/car2d.py:109–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108 @property
109 def observation_size(self):
110 return 3
111
112 def render(self, ax, xs: jnp.ndarray):
113 # obstacles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected