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
I want to test with given example, but there is some error.
(eureka) js@js:~/isaacgym/python/Eureka/eureka$ python eureka.py env=shadow_hand sample=4 iteration=2 model=gpt-4-0314 Traceback (most recent call last): File "eureka.py", line 23, in <module> @hydra.main(config_path="cfg", config_name="config", version_base="1.3") TypeError: main() got an unexpected keyword argument 'version_base'
What is the solution to this problem?
The text was updated successfully, but these errors were encountered:
I want to test with given example, but there is some error.
(eureka) js@js:~/isaacgym/python/Eureka/eureka$ python eureka.py env=shadow_hand sample=4 iteration=2 model=gpt-4-0314 Traceback (most recent call last): File "eureka.py", line 23, in <module> @hydra.main(config_path="cfg", config_name="config", version_base="1.3") TypeError: main() got an unexpected keyword argument 'version_base'
What is the solution to this problem?
The text was updated successfully, but these errors were encountered: