You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python examples/train_task.py --algo_name=cql --exp_name=halfcheetah --task HalfCheetah-v3 --task_data_type low --task_train_num 100
2023-11-03 at 16:35:56.112 | INFO | Use cql algorithm!
running build_ext
2023-11-03 at 16:35:56.618 | INFO | obs shape: (1000, 18)
......
......
2023-11-03 at 16:35:56.870 | INFO | Init AlgoTrainer
Something went wrong in`get_repo`. The process will continue to execute.
`get_repo`: branch name must be at least 2 characters and contain only latin letters, numbers, dash and underscore
Something went wrong in`__init__`. The process will continue to execute.
`__init__`: 'NoneType' object has no attribute 'path'
Something went wrong in`track`. The process will continue to execute.
`track`: session is closed
I tried to follow the steup requirements ("aim==2.0.27"), but some nuisance still happened.
After investigation, the error was located on line 306 of the Session class in the aim up module.
Amend the file "/home/username/anaconda3/envs/env_name/lib/python3.8/site-packages/aim/sdk/session/session.py"
I tried to follow the steup requirements ("aim==2.0.27"), but some nuisance still happened.
After investigation, the error was located on line 306 of the Session class in the
aim up
module.Amend the file "/home/username/anaconda3/envs/env_name/lib/python3.8/site-packages/aim/sdk/session/session.py"
Replace the second line of the above code with
repo=AimRepo (path, branchname, commit_hash)
(or delete it), but it still don't work very well.After about 6 hours of tortuous process😵, I finally get a hapharzcan env which works well.🥳
The following table shows some versions of libraries that I think are worth emphasizing.
The following table is the environment profile after I deleted some unimportant libraries for your reference. 🤝I hope it can be helpful to you!
The text was updated successfully, but these errors were encountered: