본문 바로가기
반응형

유니티/ML-Agents5

영상 보호되어 있는 글 입니다. 2025. 4. 9.
[ 0 ] Ml-Agents 를 활용한 자율 주행 시뮬레이터 - 정보 저장용. 소프트 웨어UnityEngine 2022.3.11f1PyTorch 1.13.1 Python 3.8.18ml-agents 0.30.0CUDA 11.7 Anaconda prompt 사용방법.콘다 디렉토리 변경cd /d D:\ml-agents-release_21가상환경 리스트 조회.conda env list가상환경 실행conda activate 가상환경 이름학습 명령어mlagents-learn config/ppo/WallJump.yml(훈련 설정 파일 경로) --run-id=저장될결과폴더이름 --force, resume( 처음부터 다시, 이어서 학습 )학습후 결과 확인 텐서보드 사용.tensorboard --logdir resultshttp://localhost:6006 사용해.. 2025. 4. 7.
[ Unity ] ML-Agent 버전 기록용. 쿠다 11.7 파이썬 3.8.18 ml-agents : 0.30.0 파이토치 1.13.1 2024. 2. 17.
[ Unity ] ML-Agent 를 활용한 게임 개발 I - 기록용 GrowingAITest.yaml 내용. 해당 값들을 변경해주며 최적의 학습 데이터값을 찾아야합니다. behaviors: GrowingAITest: trainer_type: ppo hyperparameters: batch_size: 512 buffer_size: 131072 learning_rate: 0.0003 beta: 0.005 epsilon: 0.2 lambd: 0.95 num_epoch: 3 learning_rate_schedule: linear network_settings: normalize: false hidden_units: 128 num_layers: 2 vis_encode_type: simple reward_signals: extrinsic: gamma: 0.99 strength: 1.. 2023. 11. 16.
[ Unity ] 유니티 ML-agents 예제 실행 방법. https://unity.com/kr/products/machine-learning-agents 머신러닝 에이전트 심층 학습 기술을 활용하는 툴킷으로 지능적인 반응형 에이전트를 만들어 보세요. unity.com https://github.com/Unity-Technologies/ml-agents GitHub - Unity-Technologies/ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enab The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and .. 2023. 11. 10.
반응형