GitHub
f80ba103
minor typo
6 年前
GitHub
c40c256a
updates from comments in PR
6 年前
GitHub
427903e3
update definition of brain
6 年前
GitHub
54ba8275
typo
6 年前
GitHub
fe5fca80
clean up
6 年前
GitHub
b50334f9
clean up
6 年前
GitHub
8d8e0ef4
clean up
6 年前
GitHub
677320ed
clean up
6 年前
GitHub
051fe018
clean up
6 年前
GitHub
c56f6918
Update to brain section
6 年前
GitHub
904473e2
typo
6 年前
GitHub
5d847ae7
cleaned up the language in the academy
6 年前
GitHub
7fac7278
typo
6 年前
GitHub
8192b152
remove erroneous #
6 年前
GitHub
bcb3e15b
clean up
6 年前
GitHub
d08c5e58
cleanup
6 年前
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 年前