mlagents-learn コマンドでエラー
ヒカル🐧
@alclimb
Previous data from this run ID was found. Either specify a new run ID, use --resume to resume this run, or use the --force parameter to overwrite existing data.
以下のコマンドでエラーが発生。
> mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun
エラー内容
Previous data from this run ID was found. Either specify a new run ID, use --resume to resume this run, or use the --force parameter to overwrite existing data. -- この実行 ID の以前のデータが見つかりました。 新しい実行 ID を指定するか、--resume を使用してこの実行を再開するか、--force パラメーターを使用して既存のデータを上書きします。
対処方法
コマンドに --force を追加することで解決した。
> mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun --force
The Unity environment took too long to respond. Make sure that
以下のコマンドでエラーが発生。
> mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun --force
コマンド実行後に unity 側で 再生ボタンを押さなかったため。
広告欄
WRITTEN BY
ヒカル🐧
@alclimb
SERIES
この記事に連載はありません。
READ NEXT
COMMENTS
コメント機能は開発中です。実装完了まで今しばらくお待ちください。