Hello Everyone, I am stuck . please help
I was following the Humming Birds Project on learn.unity.com
and at the point where i have to start training, when i type the command
mlagents-learn ./trainer_config.yaml --run-id hb_01
in anaconda prompt
I receive the following error
(ml-agents-1.0) C:\Users\Captain\Desktop\mlagents>mlagents-learn ./trainer_config.yaml --run-id hb_01
2020-06-15 19:28:04.676023: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found
2020-06-15 19:28:04.680877: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:tensorflow:From d:\pf\anaconda3\envs\ml-agents-1.0\lib\site-packages\tensorflow\python\compat\v2_compat.py:96: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version.
Instructions for updating:
non-resource variables are not supported in the long term
Traceback (most recent call last):
File “d:\pf\anaconda3\envs\ml-agents-1.0\lib\runpy.py”, line 193, in _run_module_as_main
“main”, mod_spec)
File “d:\pf\anaconda3\envs\ml-agents-1.0\lib\runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “D:\pf\anaconda3\envs\ml-agents-1.0\Scripts\mlagents-learn.exe_main_.py”, line 7, in
File “d:\pf\anaconda3\envs\ml-agents-1.0\lib\site-packages\mlagents\trainers\learn.py”, line 322, in main
run_cli(parse_command_line())
File “d:\pf\anaconda3\envs\ml-agents-1.0\lib\site-packages\mlagents\trainers\learn.py”, line 56, in parse_command_line
return RunOptions.from_argparse(args)
File “d:\pf\anaconda3\envs\ml-agents-1.0\lib\site-packages\mlagents\trainers\settings.py”, line 351, in from_argparse
key
mlagents.trainers.exception.TrainerConfigError: The option default was specified in your YAML file, but is invalid.