-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trial-level configuration #392
Conversation
The bug @jspjutNV mentioned above has now been resolved. Specifically it only occurs when |
I created a pre-release for the current state of this PR. There's still some issues, but this should make it easier for non-developers to test their experiments and report bugs. |
I'm noticing a bug in the current version that seems to be related to having a scene name set without a |
@jspjutNV yes, this bug was introduced by my "fix" for the issue when |
I'm now running into issues with specifying the |
…to TrialLevelConfig
I believe I've now fixed the issues with |
The latest commits fix most of the issues we saw before. I've notice that 2 tests are failing, but haven't investigated the root cause yet. These failing tests are:
|
@jspjutNV both of these issues are now resolved.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changes ready to submit for most of these comments, but let me know if I misunderstood the intent of anything you were trying to do here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of changes, but I think we got most of the bugs. We'll report and fix any remaining later on.
This branch adds support for trial-level configuration inherited from the experiment and session in turn.
This is a first-step towards adding staircase designs to FPSci as described in #390.
Merging this PR closes #391.