Steven Leal
5e143e2b
randomization interface update
4 年前
Steven Leal
56db83ee
reseting data capture sequence for every scenario iteration
4 年前
Steven Leal
ee210c29
Simplified non-unity tests
4 年前
Steven Leal
687816c5
responding to PR feedback
4 年前
Steven Leal
a72ab433
Parameters are now stateful when sampling values
4 年前
Steven Leal
6b041d51
Add folder option added to categorical parameter UI
4 年前
Steven Leal
c7ddc095
tested to check if parameter targets are applied correctly
4 年前
Steven Leal
18b18134
added todo notes for perception camera first frame bug
4 年前
Steven Leal
b8daea68
properly setting up perception camera in scenario test
4 年前
Steven Leal
2124e3f5
simplified coroutine manipulation in scenario tests
4 年前
Steven Leal
62e505d4
added run in USim window
4 年前
Steven Leal
e7cf2a16
added usim status fields
4 年前
Steven Leal
0c713aff
implemented parameter behaviours
4 年前
Steven Leal
b9a6af2c
ParameterConfigurations now derive from ParameterBehaviour
4 年前
Steven Leal
228032f4
renamed ParameterConfiguration to ParameterList
4 年前
Steven Leal
f1666ab3
Added xml documentation
4 年前
GitHub
d290dab1
Changed the namespace of randomization tools to UnityEngine.Experimental ( #74 )
* changed the namespace of randomization tools to experimental
* moved randomization UI code to experimental namespace
* updated docs to emphasize that the randomization tools are experimental
* updated changelog
4 年前
Steven Leal
58799d44
Added Randomizers and RandomizerTags
4 年前
Steven Leal
c80e1d42
added run in usim window
4 年前
Steven Leal
b038106a
added test and logged api update
4 年前
Steven Leal
78e49904
replaced individual sampler seeds with one global seed
4 年前
Steven Leal
8c18953c
addressed PR feedback
4 年前
Steven Leal
44102c51
Added scenario serialization tests
4 年前
Steven Leal
fbe25be8
isolated sampler state in its own static class
4 年前
Mohsen Kamalzadeh
1d0b35a2
new branch
- branched out from initial branch to keep the branch given to Romain untouched
- changed things so that the only available mode is "render all frames", no more "renderOnlyCapturedFrames" flag.
- Added simulation timing ability for manual camera
- more work on multi cam coordination
- changed tests to reflect new changes
4 年前
GitHub
7cd80d5c
Removed randomization tooling from the experimental namespace ( #177 )
* removed randomization tooling from the experimental namespace
* removed experimental namespace from randomization docs
* removed vestigial precompiled references from asmdefs
* added note to parameters doc
* added helpful link inside parameters doc
* fixed script name
* added MovedFrom attribute to randomization APIs
4 年前