moneypi
moneypi
fix https://github.com/hustvl/YOLOP/issues/37
When I run "sb3_highway_dqn_cnn.py", I get errors as below. ``` (base) zhuqinghua@lcwt-DSS8440:~/workspace/HighwayEnv-master/scripts$ python sb3_highway_dqn_cnn.py /home/zhuqinghua/miniconda3/lib/python3.8/site-packages/gymnasium/utils/passive_env_checker.py:42: UserWarning: WARN: A Box observation space has an unconventional shape (neither an image, nor a...
 If I add some random obstacles, how to modify code to get the best result? Can anybody help me?
I can reproduce the result with default 'parking-v0' env. But if vehicles_count is not 0, for example 10, I can't get a good result. Anybody help me? 
# Description > :memo: Please include a summary of the change. > update autoaugment to python3.x ## Type of change For a new feature or function, please create an issue...
# Description > :memo: Please include a summary of the change. > I get some error when I run cognitive_planning in Python3.8, so I try to fix these errors. >...