Arthur Juliani
e14eb72b
Fix some issues with pdf
4 年前
Arthur Juliani
46874cc7
ONNX exporting
4 年前
Arthur Juliani
9724c9ac
Merge master
4 年前
Arthur Juliani
28e095e0
Merge remote-tracking branch 'origin/master' into develop-add-fire
5 年前
Arthur Juliani
039f545a
Small performance improvement during inference
5 年前
Arthur Juliani
c02e75d6
Time action sample function
5 年前
Arthur Juliani
3eef9d78
Optimize np -> tensor operations
5 年前
Arthur Juliani
b7be7f04
Fix bug in probs calculation
5 年前
Arthur Juliani
2b3a6347
Merge remote-tracking branch 'origin/master' into develop-add-fire
5 年前
Arthur Juliani
be7e55e1
Use LSTM and fix a few merge errors
5 年前
Arthur Juliani
89ad3020
Merge remote-tracking branch 'origin/master' into develop-add-fire
# Conflicts:
# ml-agents/mlagents/trainers/policy/tf_policy.py
5 年前
Arthur Juliani
9835d26c
Prepare model for onnx export
5 年前
Arthur Juliani
ca887743
Support tf and pytorch alongside one another
5 年前
Arthur Juliani
1736559f
Combine actor and critic classes. Initial export.
5 年前
Arthur Juliani
596cc103
Remove unused arg
5 年前
Arthur Juliani
29223931
Fix for memories
5 年前
Arthur Juliani
82688e5c
GRU in-progress and dynamic cnns
5 年前
Arthur Juliani
212e2d1d
Merge remote-tracking branch 'origin/master' into develop-add-fire
5 年前
Arthur Juliani
5f936990
Visual observations now train as well
5 年前
Arthur Juliani
a5b5b109
Mulkti-discrete now working
5 年前
Arthur Juliani
a11a79e4
Continuous and discrete now train
5 年前
Arthur Juliani
4a50444f
Support discrete actions as well
5 年前
Arthur Juliani
e6c9cbc6
Merge remote-tracking branch 'origin/develop-add-fire-debug' into develop-add-fire
5 年前
Ervin Teng
21a8de45
Fix normalization
5 年前
Arthur Juliani
61d671d8
Add conditional sigma for distribution
5 年前
Arthur Juliani
8c6f4696
Fix a couple additional bugs
5 年前
Arthur Juliani
3c82bf59
Training runs, but doesn’t actually work
5 年前
Arthur Juliani
947f0d32
Slightly closer to running model
5 年前
Arthur Juliani
b997f214
Share more code between tf and torch policies
5 年前
Arthur Juliani
2e51260a
Resolving a few bugs
5 年前
Arthur Juliani
7c3bd376
Refactoring policy and optimizer
5 年前
Arthur Juliani
6879bae4
Initial optimizer port
5 年前
Arthur Juliani
e166d018
Dynamically construct actor and critic
5 年前
Arthur Juliani
3769d943
Merge remote-tracking branch 'origin/master' into develop-add-fire
5 年前
Arthur Juliani
c577ce26
Merge remote-tracking branch 'origin/master' into develop-add-fire
5 年前
Arthur Juliani
dc50162d
Add ResNet and distributions
5 年前
Arthur Juliani
3327c215
Begin porting work
5 年前
GitHub
8b5587cc
Remove obsolete methods from Agent class ( #3770 )
* Removed the obsolete methods from the Agent class
* Documentation changes
* [skip ci] Update com.unity.ml-agents/CHANGELOG.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* [skip ci] Update docs/Migrating.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
5 年前
GitHub
dd6aa7e2
Agent.Heuristic takes an float[] ( #3765 )
5 年前
GitHub
1843279a
[barracuda] Bump version to 0.6.3. ( #3766 )
5 年前
GitHub
989cc89f
Use SemVer to check communication compatibility between C# and Python ( #3760 )
* [communication] Use semantic versioning to test communication compatibility between C# and Python.
- Add tests for the change.
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
5 年前
GitHub
893eb319
[MLA-858] Update the Editor Screenshot images ( #3759 )
* Removed the unused images from the images folder. Used the command
```
for f in *; do echo " file : $f" && grep -s -r "$f" /Users/vincentpierre/Documents/ml-agents -i --include *.md --exclude-dir=/Users/vincentpierre/Documents/ml-agents/docs/localized;done
```
to hunt the files down
* Modified the Unity Editor screenshots
* Addressing comments
5 年前
GitHub
7e3848fe
[MLA-867] New integration tests for gym and llapi ( #3757 )
* [MLA-867] New integration tests for gym and llapi
* Fixing the command line argument in the test
* Fixing a bug that was blocking basic for ever
* Fixing typo
5 年前
GitHub
05fc4c98
Update package_version timer metadata string ( #3761 )
5 年前
GitHub
6ef56c83
Merge pull request #3749 from Unity-Technologies/develop-add-inference-examples
Add ModelOverrider to all of the Agent prefabs to enable Barracuda Inference with specified .nn model file
5 年前
Yuan Gao
06e16a61
Revert the EditorBuildSetting file
5 年前
GitHub
c79475eb
[MLA-803] Add timer metadata to C# and python ( #3758 )
* Add timer metadata to C# and python
* end time last
* changelog
* add commandline args
5 年前
GitHub
aae58330
Merge branch 'master' into develop-add-inference-examples
5 年前
GitHub
3249910d
[MLA-825] Add default values for SideChannel IncomingMessages methods ( #3751 )
* C# SideChannels
* docstrings and python
* changelog
* Update com.unity.ml-agents/Runtime/SideChannels/IncomingMessage.cs
Co-Authored-By: Chris Goy <goyenator@gmail.com>
* compile fix
* Update com.unity.ml-agents/Runtime/SideChannels/IncomingMessage.cs
Co-Authored-By: Chris Goy <christopherg@unity3d.com>
Co-authored-by: Chris Goy <goyenator@gmail.com>
Co-authored-by: Chris Goy <christopherg@unity3d.com>
5 年前
GitHub
dbf4c5bc
[MLA-859] Review / Refresh / Delete Envs screenshots ( #3756 )
5 年前