GitHub
719dd4d9
clean up
6 年前
GitHub
8b5c336e
cleanup
6 年前
GitHub
ae49174d
clean up
6 年前
GitHub
17e74256
cleanup
6 年前
GitHub
6240ff51
Added background link to prefabs
6 年前
GitHub
762e4ce3
clean up
6 年前
GitHub
907ebcc1
changes to the adding brain steps
6 年前
GitHub
3b864517
cleanup
6 年前
GitHub
54bf4688
cleanup
6 年前
GitHub
95f2907e
clarified instructions for dragging TF model
6 年前
GitHub
4945b7b8
more cleanup
6 年前
GitHub
f2e714d0
more cleanup
6 年前
GitHub
8474a241
cleanup
6 年前
GitHub
65991653
Add files via upload
6 年前
GitHub
187c3746
Delete 3dball_learning_brain.png
6 年前
GitHub
e9d88a9d
trying to replace again
6 年前
GitHub
16d0661e
replace
6 年前
GitHub
66b39a6c
replace again
6 年前
GitHub
314d6086
resized
6 年前
GitHub
9cd6240e
trying again for screenshot
6 年前
GitHub
574fe38d
Delete 3dball_learning_brain.png
6 年前
GitHub
59bdc506
Add Gizmos folder to Create New Environment guide ( #1493 )
* Add Gizmos folder to create new env guide
6 年前
GitHub
03b3fce3
replace screenshot 2nd attempt
6 年前
GitHub
e73686c4
Merge pull request #1489 from Unity-Technologies/release-v0.6-tick-version
tick the version number
6 年前
GitHub
d101a24d
replace 3dball learning brain screenshot
6 年前
GitHub
facf2c5c
Merge pull request #1491 from Unity-Technologies/fix-demo-buffer
Move done and reward to buffer from demonstration
6 年前
GitHub
d2ecd85f
added screenshot for learning brain in prefab
6 年前
GitHub
102f3720
Merge pull request #1492 from Unity-Technologies/release-v0.6-new-icons
Use the new icons for the brains
6 年前
GitHub
b3e23c24
upload screenshot for learning brain
6 年前
vincentpierre
b649d530
Removed .DS_Store file
6 年前
GitHub
64e3831a
updated to clarify the learningbrain step
6 年前
vincentpierre
b1830878
Use the new icons for the brains
6 年前
GitHub
d670a7a1
replacing the old screenshot
6 年前
GitHub
87a30e34
Support both 32-bit and 64-bit types in UnityEnvironment ( #1471 )
We check for the single brain case in UnityEnvironment by checking
for applicable non-dict types in the step arguments. However for ints
and floats we just use `np.int_` and `np.float_` for the check, which
are the defaults for your system.
This means if you are using an application (like baselines in #1448 )
which uses the wrong int/float size an error will be thrown. This
change explicitly allows both 32 and 64-bit numbers.
6 年前
GitHub
0c683287
included screenshot of the platform prefab
6 年前
GitHub
13d38179
Merge pull request #1490 from Unity-Technologies/release-v0.6-fix-bc-offline
Fix on the bc_offline_training using deep copies
6 年前
GitHub
d96b83b8
uploading platform prefab screenshot
6 年前
vincentpierre
d1cb6ce0
Fix on the bc_offline_training using deep copies
6 年前
Arthur Juliani
fc39442b
Move done and reward to buffer from demonstration
6 年前
vincentpierre
c89ac855
tick the version number
6 年前
GitHub
023d71ec
included clarification on updating prefab
6 年前
GitHub
c6d0d2e3
Minor fixes to Create New and Executable tutorials ( #1486 )
* Wording and filepath changes to tutorials
* Retake editor images to match v0.6
Retake editor images so that the filepaths and Brain names match what they actually are.
6 年前
GitHub
131ae4a1
included survey link
6 年前
GitHub
9f267177
Merge pull request #1485 from Unity-Technologies/release-v0.6-fix-typo-02
Minor typo fix
6 年前
vincentpierre
b9ca64ea
Minor typo fix
6 年前
GitHub
306f0927
minor update to add 3D ball
6 年前
Jonathan Harper
a28205aa
Add Circle CI checking for unit tests
This adds a minimal configuration for Circle CI to run our unit tests
on all branch updates.
6 年前
GitHub
8c7c62f0
Doc clarification and typo fix for offline BC ( #1481 )
Clarified run command in offline BC doc.
Also removed the Demon from the offline BC config yaml.
6 年前
Vincent(Yuan) Gao
0fe06133
Doc Typo ( #1480 )
6 年前
Jonathan Harper
3bc092d2
Update gym_unity baselines example, add PPO2 example
We have an example of how to use our gym wrapper with OpenAI baselines,
but it was out of date with the latest updates to the baselines library.
This updates the instructions in the gym_unity README and adds an example
of using PPO2 with a Unity environment.
6 年前