Conversation
Adapt to gymnasia v3 API changes: Env::Action is now i64, reset() takes (Option<u64>, ResetOptions), observations use Flatten trait instead of Into<Vec<f64>>, StepResult replaces ActionReward with f64 reward, and constructors no longer take RenderMode.
…put structure Update the performance benchmark to work with the new experiment runner output directory structure. Change glob pattern from assets/experiments to outputs/, update path extraction logic to use Option chaining instead of repeated parent traversals, and add config directory mapping for each benchmark type. Also add defensive check that skips benchmark types with no data found and provides diagnostic output to aid debugging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gymnasiadependency from v1.0 to v3.0 across workspace, lgp-core, and lgp-cli cratesEnv::Actionchanged fromusizetoi64,reset()signature simplified,Flattentrait replacesInto<Vec<f64>>,StepResultreplacesActionReward, constructors no longer takeRenderModeClonebound toGymRsEnvExttrait (required by v3 env types)Test plan