We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
o2arc_check.py와 o2arcex.py을 실행하면 다음과 같은 에러가 뜹니다.
(base) sundong@172 arcle % python tests/o2arc_check.py Traceback (most recent call last): File "/Users/sundong/Documents/mldl-code/arcle-agent/arcle/tests/o2arc_check.py", line 147, in <module> obs, info = env.reset(options= {'adaptation':False, 'prob_index':findbyname(traces_info[idx][0]), 'subprob_index': traces_info[idx][1]}) File "/Users/sundong/anaconda3/lib/python3.10/site-packages/gymnasium/wrappers/order_enforcing.py", line 61, in reset return self.env.reset(**kwargs) File "/Users/sundong/anaconda3/lib/python3.10/site-packages/gymnasium/wrappers/env_checker.py", line 57, in reset return env_reset_passive_checker(self.env, **kwargs) File "/Users/sundong/anaconda3/lib/python3.10/site-packages/gymnasium/utils/passive_env_checker.py", line 186, in env_reset_passive_checker result = env.reset(**kwargs) File "/Users/sundong/Documents/mldl-code/arcle-agent/arcle/arcle/envs/base.py", line 95, in reset ex_in, ex_out, tt_in, tt_out, desc = self.loader.pick(data_index=self.prob_index) File "/Users/sundong/Documents/mldl-code/arcle-agent/arcle/arcle/loaders/loader.py", line 45, in pick assert self.data is not None and len(self.data)>0, "Dataset wasn't loaded properly" AssertionError: Dataset wasn't loaded properly
The text was updated successfully, but these errors were encountered:
Hello, It seems that there is a problem related to absolute path. Would you unzip and install this .whl package manually and test again?
.whl
It can be installed by pip install arcle-0.2.5.post4-py3-none-any.whl . arcle-0.2.5.post4-py3-none-any.zip
pip install arcle-0.2.5.post4-py3-none-any.whl
Sorry, something went wrong.
No branches or pull requests
o2arc_check.py와 o2arcex.py을 실행하면 다음과 같은 에러가 뜹니다.
The text was updated successfully, but these errors were encountered: