rollout fixups and correctly initialize unspecified controls
This commit is contained in:
@@ -458,7 +458,7 @@ class MuJoCoRolloutTest(parameterized.TestCase):
|
||||
def thread_initializer():
|
||||
thread_local.data = mujoco.MjData(model)
|
||||
|
||||
model_list = [model]*nroll
|
||||
model_list = [model] * nroll
|
||||
def call_rollout(initial_state, control, state, sensordata):
|
||||
rollout.rollout(model_list, thread_local.data, initial_state, control,
|
||||
skip_checks=True,
|
||||
|
||||
Reference in New Issue
Block a user