前提・実現したいこと
unityでmlagentsを導入したいと思い、学習を実行したところエラーが出てしまい実行されなかった
anaconda promptで実行したもの
mlagents-learn ./config/sample/RollerBall.yaml --run=id=firstrun
訓練設定ファイルのパスを変更しても同様のメッセージが出た
発生している問題・エラーメッセージ
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'wheel>=0.26; python_version >= "3"' distribution was not found and is required by tensorboard
補足情報(FW/ツールのバージョンなど)
windows10
Unity2019.3.5f
Python 3.7.9
anaconda3
ml-agents Release 10
あなたの回答
tips
プレビュー