Arthur Juliani
e331fb63
Fix half of the tests
4 年前
GitHub
990f801a
Develop hybrid action staging ( #4702 )
Co-authored-by: Ervin T <ervin@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: Ruo-Ping Dong <ruoping.dong@unity3d.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
Arthur Juliani
b63ecb03
Fix whitespace
4 年前
GitHub
2c744129
Merge pull request #4714 from Unity-Technologies/develop-fix-mask
Fix masking for torch
4 年前
Arthur Juliani
a35ea7a9
Rename parameter -> goal
4 年前
vincentpierre
29090047
Merge branch 'master' into develop-fix-mask
4 年前
Arthur Juliani
72da0652
Fix white space
4 年前
Arthur Juliani
6933b9c2
Add GoalSensor and component
4 年前
vincentpierre
e85d8e35
Added a comment and included the change of #4715 for simplicity
4 年前
GitHub
acfaa516
Merge pull request #4716 from Unity-Technologies/develop-fix-validate-action
[Fix] Validate Action
4 年前
Arthur Juliani
b3638ad6
Update prefabs
4 年前
Arthur Juliani
1737be14
Update protobufs
4 年前
vincentpierre
93ac8654
[Fix] Validate Action
4 年前
vincentpierre
90da7426
Fix masking for torch
4 年前
Arthur Juliani
15052e1f
Add sensor type
4 年前
brccabral
349e98a6
set number of obstacles to 1 in scene
4 年前
brccabral
bbdbe0ec
set multiple obstacles from area
added a parameter to GridArea to control how many obstacles will be created in the scene
4 年前
Ruo-Ping Dong
d3348074
fix policy action_spec typo
4 年前
Ruo-Ping Dong
a7d04be6
Merge branch 'develop-hybrid-actions-singleton' into develop-hybrid-actions-csharp
4 年前
GitHub
d7c3022d
Export separate nodes for continuous/discrete actions ( #4655 )
4 年前
Ruo-Ping Dong
1ab8871e
check tensor exist before access shape
4 年前
Ruo-Ping Dong
8ed14762
Merge branch 'develop-hybrid-actions-singleton' into develop-hybrid-actions-csharp
4 年前
Arthur Juliani
6b32ff21
Allow gridworld agent to have different goals
4 年前
GitHub
a4c9f58e
Fix SubprocessEnvManager hanging on unexpected exceptions. ( #4699 )
* Add shutdown sentinel value to subprocess_env_manager.
* Add Sanity Check for Zombie Workers
4 年前
GitHub
12e98345
Merge pull request #4703 from Unity-Technologies/develop-2d-obs-start
Allow 2d obs to be communicated
4 年前
vincentpierre
46580ff9
Formatting
4 年前
vincentpierre
03807d64
Some work for 2d obs
4 年前
GitHub
559e0ee5
Fix set_action_for_agent ( #4691 )
* fixes
* Update CHANGELOG.md
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
d816c37c
pin pip to 20.2 for now ( #4694 )
* pin pip to 20.2 for now
* add self to list of trigger files
4 年前
GitHub
9cc20101
Fix heuristic example and some crefs ( #4690 )
4 年前
GitHub
c11e939b
Add link to curriculum docs in learning environment design ( #4687 )
4 年前
GitHub
b464678d
Merge pull request #4682 from Unity-Technologies/r10-to-master
Merging release 10 into master
4 年前
GitHub
edc2ae2f
[bug-fix] Disable threading for self-play envs ( #4679 )
4 年前
GitHub
4617a7b6
[bug-fix] Remove extra period ( #4674 )
* Remove extra period
* Update changelog
* Re add a period (#4676 )
* Adding a trailing period
* formating
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
GitHub
1cac78e2
[Bug-fix] Remove extra directory created at checkpoint ( #4675 )
* [Bug-fix] Remove extra directory created at checkpoint
* removing os import
4 年前
GitHub
de27d7a6
[bug-fix] Fix issue where NaNs are outputted by the policy when training Match3 ( #4664 )
* match3 settings
* Add epsilon to log
* Add another epsilon
* Revert match3 configs
* NaN-free masking method
* Add comment for paper
* Add comment for paper
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
8175d558
[bug-fix] Fix BC module + action clipping ( #4667 )
4 年前
GitHub
efdb1042
Add global lock for torch.onnx.export() ( #4659 )
4 年前
GitHub
3ab45b3f
[bug-fix] Separate critic only for PPO ( #4661 )
4 年前
Ervin Teng
5ee6efb0
Make collab env harder
4 年前
GitHub
078de517
🇺🇸 fix spelling 🇺🇸 ( #4663 )
4 年前
Chris Elion
8cf87ed6
match3 settings
4 年前
Ervin Teng
e05e0aef
Collaborative walljump
4 年前
GitHub
85a7c0f7
[bug-fix] Add clipping to PyTorch policy, fix initialization ( #4649 )
4 年前
GitHub
87a7ccf8
use int64 steps, check for NaN actions ( #4607 )
* use int64 steps
* check for NaN actions
Co-authored-by: Ruo-Ping Dong <ruoping.dong@unity3d.com>
4 年前
GitHub
4dd42642
Bumping versions on master for release_10 ( #4642 )
4 年前
GitHub
7cdf3efe
Update CONTRIBUTING.md ( #4602 )
* Update CONTRIBUTING.md
Added note about env contributions
* removed trailing space
4 年前
GitHub
8a1f0a8b
Updating the CHANGELOG on master before release 10 ( #4636 )
4 年前
GitHub
d490bb44
add match3 to changelog ( #4635 )
4 年前
GitHub
1b933a0a
Add Graphics to the Match3 env ( #4627 )
* first pass - matching and gravity work
* valid moves WIP
* move enumeration, simple checking
* move detection
* fix up/down directions
* actuator and heuristic
* sensor
* reset if no moves
* add masking, retrain
* cleanup
* config update
* optionally force heuristic mode
* compressed observations, reset board if no moves
* TFModel meta files
* WIP abstract
* random move heuristic
* rename Move fields, migrate IsValid logic
* comments
* reduce dependency on Match3Agent
* abstractBoard as monobehavior
* move actuator to extensions
* move sensor to extensions
* update components in scene
* undo accidental checkins
* drawing cleanup, custom maxMoves logic
* meta file
* prefab, use 8 agents
* different behaviors
* timers, early out
* unit tests
* docs
* Apply suggestions from code review
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>...
4 年前