GitHub
53c13a29
docstrings and cleanup around actuators ( #4467 )
* docstrings and cleanup around actuators
* move ActionSpec property from IActionReceiver to IActuator
4 年前
GitHub
9d840f22
Increase communicator version for concatenated PNGs. ( #4462 )
4 年前
GitHub
37d730bf
fix sample code for custom SideChannel ( #4466 )
* fix sample code for custom SideChannel
* update python code too
* changelog
4 年前
GitHub
88d3705f
Minor doc updates on configuration ( #4452 )
* Added link to training configuration file
Realized this link to the configuration file is not linked on this page
* added clarity on checkpoints saving .nn
Updated doc to include point around saving .nn
* Update docs/Training-Configuration-File.md
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
7a012c5b
allow ending the episode for MaxStepsReached ( #4453 )
* allow ending the episode for MaxStepsReached
* changelog
* rename and update docs
4 年前
GitHub
c334bb80
[docs] Fixed parameter to UnityToGymWrapper on line 34 and 37 ( #4392 )
4 年前
GitHub
2dc34612
Prevent init normalize on --resume ( #4463 )
Co-authored-by: Ervin T. <ervin@unity3d.com>
4 年前
GitHub
e2dff28f
don't run pytest on doc or C# changes ( #4454 )
* don't run pytest on doc or C# changes
* also run on test dependency configs
4 年前
GitHub
e2a6998b
disable email checks on markdown-link-check ( #4461 )
4 年前
GitHub
bae45836
Fixing issue raised in #4393 ( #4438 )
4 年前
GitHub
fa30409e
update tests to run on 2019.4 ( #4451 )
4 年前
GitHub
94c7111e
[feature] Enable default settings for TrainerSettings ( #4448 )
* Enable default settings for TrainerSettings
* Improve comments
* Fix bugs and add tests
* Remove unneccessary changes
* Update docs
* Update changelog
* spelling correction
4 年前
GitHub
da3b0090
[bug-fix] Adjust MKL and KMP Settings ( #4443 )
* Adjust KMP and interop thread settings
* Don't set affinity, seems to slow down on low-CPU machines
4 年前
GitHub
8334562a
rebuild hallway walls using primatives ( #4445 )
4 年前
GitHub
cd83c676
move extensions changelog entries to main changelog ( #4427 )
4 年前
GitHub
a2420677
ignore forum link in full link check ( #4449 )
4 年前
GitHub
4393ce78
rerun upm tests for sporadic failures ( #4437 )
4 年前
GitHub
bf6506fc
[feature] Add small CNN for grids 5x5 and up ( #4434 )
4 年前
GitHub
6986fb10
use LinearEncoder in curiosity and clean up ( #4444 )
4 年前
GitHub
676f5f7c
[refactor] Refactor GAIL to use new encoder structure ( #4433 )
Co-authored-by: Ervin Teng <ervin@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
GitHub
fcbc47b5
load onnx files for testing ( #4208 )
* load onnx files for testing
* changelog
* update interface
4 年前
GitHub
fc46ff58
Add Smoothing to CameraFollow script ( #4422 )
* update cam script & add comments
* use fixedDeltaTime in SmoothDamp
4 年前
GitHub
04032209
[MLA-1306] avoid copying png data ( #4430 )
4 年前
GitHub
71d1ba68
Set num threads to 1 in Torch ( #4436 )
4 年前
GitHub
6f534366
Add torch_utils class, auto-detect CUDA availability ( #4403 )
* Add torch_utils
* Use torch from torch_utils
* Add torch to banned modules in CI
* Better import error handling
* Fix flake8 errors
* Address comments
* Move networks to GPU if enabled
* Switch to torch_utils
* More flake8 problems
* Move reward providers to GPU/CPU
* Remove anothere set default tensor
* Fix banned import in test
4 年前
GitHub
beb5eb30
[bug-fix] Fixes for Torch SAC and tests ( #4408 )
* Fixes for Torch SAC and tests
* FIx recurrent sac test
* Properly update normalization for SAC-continuous
* Fix issue with log ent coef reporting in SAC Torch
4 年前
GitHub
4e6d46cc
[tests] Add tests for Torch PPO ( #4429 )
4 年前
GitHub
4e93cb6e
[torch] Restructure PyTorch encoders ( #4421 )
* Move linear encoding to NetworkBody
* moved encoders to processors (#4420 )
* fix bad merge
* Get it running
* Replace mentions of visual_encoders
* Remove output_size property
* Fix tests
* Fix some references
* Revert test_simple_rl
* Fix networks test
* Make curiosity test more accomodating
* Rename total_input_size
* [Bug fix] Fix bug in GAIL gradient penalty (#4425 ) (#4426 )
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
* Up number of steps
* Rename to visual_processors and vector_processors
Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com>
Co-authored-by: Andrew Cohen <andrew.cohen@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
GitHub
cc10cd82
Worm Ragdoll & Env Updates ( #4413 )
* add worm updates
* add rewman
* cp
* normalize rewards
* only cookie
* try 20M. Add3.5Mnn file
* reduce strength to 3000spring
* facing reward troubleshooting
* Update WormAgent.cs
* troubleshoot nan
* try product of rewards
* train 5M steps
* try end episode on target touch
* fix joint obsv
* use 7M steps
* added nn file for observation joint fix. looks great
* don't end episode
* remove old code
* refactor to patterns used in walker & crawler
* add auto-setup code
* reformat
* use head vel
* remove unneeded observ. update prefabs
* update static scenes
* keeps rolling. added debug. try 5 m/s
* gate the facing reward based on angle tolerance
* added 10ms_angle30rew_nn files
* use fromto rot
* use 7M steps
* add new trained files. cleanup code and prefabs
* use avgvel. add code comments
* remove unused method
* add more comments
* Update Learning-E...
4 年前
GitHub
4eb47e2f
[docs] Update 'Record Demonstrations' documentation ( #4432 )
* [docs] Update 'Record Demonstrations' documentation
Updates a screenshot and documentation to include the newer `Num Steps To Record` field.
4 年前
GitHub
582859b6
New Crawler Variable Speed Scenes ( #4382 )
* init
* updating prefabs
* spawn a target
* add brains
* update static prefabs
* enable enhanced determinism
* reset manifest
* add nn files. update to 15M steps
* update prefabs
* increase max speed to 15
* add new local model for 15 speed
* update prefabs
* add configs
* update configs/prefabs
* cleanup
* added final nn models
* add new demos and do more cleanup.
* add meta files
* add RigidbodySensor
* update prefab. about to retrain
* remove body pen
* add fixed crawler & retrained nn file, new demos
* train 10M steps
* Update Crawler Docs
* more prefab cleanup
* add meta files
* Update Project/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
* remove unused prefab
* update comment
* add summary tags
* cleanup and add more comments
* remove unused prefab
* Update P...
4 年前
GitHub
06f788a4
Fix a few out-of-date things in CONTRIBUTING.md ( #4428 )
* Fix a few out-of-date things in CONTRIBUTING.md
* Update CONTRIBUTING.md
4 年前
GitHub
7b4d0865
[Bug fix] Fix bug in GAIL gradient penalty ( #4425 )
4 年前
GitHub
a117c932
Grid Sensor ( #4399 )
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
6db9520c
enable enhanceddeterminism in physics settings ( #4423 )
4 年前
GitHub
bfda9576
Replace brain_name with behavior_name ( #4419 )
brain_name -> behavior_name
some prob -> log_prob in comments
rename files optimizer -> optimizer_tf for tensorflow
4 年前
Ervin Teng
1dca75d8
Move linear encoding to NetworkBody
4 年前
Ruo-Ping Dong
27fb4270
brain_name to behavior_name
4 年前
GitHub
0e590a49
[Feature] use extra_requirement to add torch as optional dependency to mlagents ( #4417 )
* Feature use extra_requirement to add torch as optional dependency to mlagents
- todo: documentation
* Update ml-agents/setup.py
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
1076d275
Remove unused methods in trainer_controller.py ( #4418 )
4 年前
GitHub
3379734a
Run pytest on GitHub Actions ( #4416 )
4 年前
GitHub
498934f9
Replace torch.detach().cpu().numpy() with a utils method ( #4406 )
* Replace torch.detach().cpu().numpy() with a utils method
* Using item() in place of to_numpy()
* more use of item() and additional tests
4 年前
GitHub
4775e23c
ignore code coverage and api scrape output ( #4412 )
4 年前
GitHub
ffcb00d2
Update Background-Machine-Learning.md ( #4415 )
Added missing word in text.
4 年前
GitHub
9bf1c03f
precommit github action ( #4410 )
4 年前
GitHub
12e15e29
Fix on GAIL Torch when using actions ( #4407 )
4 年前
GitHub
d08bad06
Increase min supported tensorflow to 1.14.0 ( #4411 )
4 年前
GitHub
48f217b9
Rename Saver to ModelSaver ( #4402 )
Rename Saver to ModelSaver to avoid confusion with tf.Saver
4 年前
Ruo-Ping Dong
56feb8af
update test_saver_reward_providers.py
4 年前
Ruo-Ping Dong
88eff042
Merge branch 'master' into develop-saver-name
4 年前