Skip to content

Commit 0916659

Browse files
bump (including force)
1 parent 3415943 commit 0916659

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

blob

Submodule blob updated 1 file

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async function load_model(checkpoint){
152152
checkpoint_span.title = model.description()
153153
document.getElementById("observations").value = model.meta.environment.observation
154154
document.getElementById("observations").observation = model.meta.environment.observation
155+
proxy_controller.reset()
155156
}
156157

157158
async function main(){

wasm/environment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace builder{
109109
static constexpr TI ANGULAR_VELOCITY_HISTORY = 5;
110110
static constexpr TI ANGULAR_VELOCITY_DELAY = 0;
111111
using STATE_BASE = StateAngularVelocityDelay<StateAngularVelocityDelaySpecification<T, TI, ANGULAR_VELOCITY_HISTORY, StateLastAction<StateSpecification<T, TI, StateBase<StateSpecification<T, TI>>>>>>;
112-
using STATE_TYPE = StateRotorsHistory<StateRotorsHistorySpecification<T, TI, ACTION_HISTORY_LENGTH, CLOSED_FORM, StateRandomForce<StateSpecification<T, TI, STATE_BASE>>>>;
112+
using STATE_TYPE = StateRandomForce<StateSpecification<T, TI, StateRotorsHistory<StateRotorsHistorySpecification<T, TI, ACTION_HISTORY_LENGTH, CLOSED_FORM, StateRandomForce<StateSpecification<T, TI, STATE_BASE>>>>>>;
113113
using OBSERVATION_TYPE = observation::Position<observation::PositionSpecification<T, TI,
114114
observation::OrientationRotationMatrix<observation::OrientationRotationMatrixSpecification<T, TI,
115115
observation::LinearVelocity<observation::LinearVelocitySpecification<T, TI,

0 commit comments

Comments
 (0)