Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Raycast
- 유니티 ResourceManager
- Mathf.Clamp
- Quaternion.Euler
- 유니티 Vector3
- 소스코드 줄번호
- 유니티 오브젝트 풀링
- c++ 문자열 자르기
- 유니티 머신러닝
- 너비 우선 탐색
- 유니티
- git-lfs
- 유니티 Collision
- 유니티 리소스매니저
- 코드블럭 테마
- 깊이 우선 탐색
- eulerAngles
- InputManager
- unity
- ML-Agents
- LayerMask
- LookRotation
- 알고스팟
- LFS
- 이진트리
- c++
- 유니티 Rotate
- 오브젝트 풀링
- 유니티 시야 가림
- 유니티 InputManager
Archives
- Today
- Total
무민은귀여워
memo) Brain model 을 .bytes 대신 .nn 을 사용하게 하기 본문
반응형
https://github.com/Unity-Technologies/ml-agents/issues/1782
[0.7] Cannot drag trained model into the LearningBrain's model property · Issue #1782 · Unity-Technologies/ml-agents
Hi, I updated to 0.7 from 0.6a on my Windows machine. After training my environment, I imported the resulting nn-file. After that I tried to add it to the model property of the LearningBrain, but t...
github.com
더이상 tensorflowsharp를 쓸 필요가 없음.
file -> build settings -> player settings -> other settings(configuration - Scripting Define Symbols) 에
ENABLE_TENSORFLOW가 아니라
ENABLE_BARRACUDA
를 입력한다.
입력 후 엔터를 누르면 자동으로
bytes에서 NN Model 로 바뀐다.
그 아래의 Allow 'unsafe' Code 항목도 체크해준다.
반응형
'IT > Unity' 카테고리의 다른 글
memo) Unity .gitattribute 설정 (0) | 2020.01.03 |
---|---|
유니티 기본 함수 정리 (0) | 2019.12.28 |
memo) mlagent-learn commands 및 hyperparameter (0) | 2019.12.12 |
memo) assets -> create -> ML-Agents 메뉴가 없음 (0) | 2019.12.12 |
유니티 머신러닝 ML-Agents 준비 (1) | 2019.12.11 |
Comments