GitHub
3a8f6d0c
Adding some tests ( #3952 )
* Adding some tests
* fixing the step test by enforcing the types of np.array
* addressing comments
5 年前
GitHub
0d75f3da
Added a random action creator on the BehaviorSpecs ( #4030 )
* Added a random action creator on the BehaviorSpecs
* Bumping numpy version
* Bumping numpy version
* Not using np.random.Generator as it seems to still be under developement
4 年前
GitHub
cb8e4d25
Add ActionSpec ( #4586 )
Co-authored-by: Ervin T <ervin@unity3d.com>
4 年前
Andrew Cohen
b40e7793
fix mlagents-envs tests
4 年前
Andrew Cohen
9689cf2c
remove *_action_* from function names
4 年前
GitHub
b853e5ba
Action buffer ( #4612 )
Co-authored-by: Ervin T <ervin@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
Andrew Cohen
0e28dd8f
add static method to create continuous/discrete
4 年前
Andrew Cohen
b6d10456
removed action_spec.size
4 年前
Andrew Cohen
afd16cc9
rename make_x to creat_x/remove redundant properties
4 年前
Andrew Cohen
e5cc57f9
rename create random to random action
4 年前
Arthur Juliani
e331fb63
Fix half of the tests
4 年前
Arthur Juliani
b8f22fd7
Update second half of tests
4 年前
Andrew Cohen
4ebc6c44
ml-agents-envs pass
4 年前
Arthur Juliani
0d2f8887
Merge remote-tracking branch 'origin/master' into goal-conditioning
# Conflicts:
# ml-agents-envs/mlagents_envs/base_env.py
# ml-agents-envs/mlagents_envs/rpc_utils.py
# ml-agents/mlagents/trainers/tests/mock_brain.py
# ml-agents/mlagents/trainers/tests/simple_test_envs.py
4 年前
vincentpierre
8cb050ef
WIP Made initial changes to enale dimension properties and added attention module
4 年前
vincentpierre
719c969c
addressing comments. ObservationSpec is no longer a list
4 年前
vincentpierre
4bba4e8e
Renaming ObservationSpec to SensorSpec
4 年前
vincentpierre
c5a057d2
renaming obs_spec variables
4 年前
vincentpierre
449712b0
renaming sensor_spec to sensor_specS
4 年前
vincentpierre
3fe74831
fixing tests
4 年前
Arthur Juliani
e4b8e7e2
Rename to ObservationType
4 年前
Arthur Juliani
986717d0
More renaming
4 年前
Ruo-Ping Dong
471a2e82
fix tests
4 年前