Skip to content
New issue

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

segmentation fault while loading policy #845

Closed
chenyangkang opened this issue Apr 2, 2024 · 1 comment
Closed

segmentation fault while loading policy #845

chenyangkang opened this issue Apr 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chenyangkang
Copy link

Bug description

>>> load_policy(
...     "ppo-huggingface",
...     organization="HumanCompatibleAI",
...     env_name="seals/CartPole-v0",
...     venv=env,
... )

/Users/chenyangkang/miniconda3/lib/python3.11/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object learning_rate. Consider using `custom_objects` argument to replace this object.
Exception: code() argument 13 must be str, not int
  warnings.warn(
/Users/chenyangkang/miniconda3/lib/python3.11/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object clip_range. Consider using `custom_objects` argument to replace this object.
Exception: code() argument 13 must be str, not int
  warnings.warn(
/Users/chenyangkang/miniconda3/lib/python3.11/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object lr_schedule. Consider using `custom_objects` argument to replace this object.
Exception: code() argument 13 must be str, not int
  warnings.warn(
zsh: segmentation fault  python

Steps to reproduce

import os
os.environ['KMP_DUPLICATE_LIB_OK']='True'

import numpy as np
from imitation.policies.serialize import load_policy
from imitation.util.util import make_vec_env
from imitation.data.wrappers import RolloutInfoWrapper

SEED = 42

env = make_vec_env(
    "seals:seals/CartPole-v0",
    rng=np.random.default_rng(SEED),
    n_envs=8,
    post_wrappers=[
        lambda env, _: RolloutInfoWrapper(env)
    ],  # needed for computing rollouts later
)

expert = load_policy(
    "ppo-huggingface",
    organization="HumanCompatibleAI",
    env_name="seals/CartPole-v0",
    venv=env,
)

Environment

  • Operating system and version: MacBook Pro M3 max os 14.1
  • Python version: 3.11.8
  • Output of pip freeze --all:
    absl-py==2.1.0 affine==2.4.0 aiobotocore==2.12.1 aiohttp @ file:///Users/runner/miniforge3/conda-bld/aiohttp_1707669839981/work aioitertools==0.11.0 aiosignal @ file:///home/conda/feedstock_root/build_artifacts/aiosignal_1667935791922/work alembic==1.13.1 alpaca==1.0.0 alpaca-py==0.16.0 alpaca-trade-api==3.2.0 annotated-types==0.6.0 anyio @ file:///home/conda/feedstock_root/build_artifacts/anyio_1708355285029/work appdirs==1.4.4 appnope @ file:///home/conda/feedstock_root/build_artifacts/appnope_1707233003401/work archspec @ file:///croot/archspec_1697725767277/work argon2-cffi @ file:///home/conda/feedstock_root/build_artifacts/argon2-cffi_1692818318753/work argon2-cffi-bindings @ file:///Users/runner/miniforge3/conda-bld/argon2-cffi-bindings_1695386618041/work arrow @ file:///home/conda/feedstock_root/build_artifacts/arrow_1696128962909/work arviz==0.17.1 astroid==3.1.0 asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1698341106958/work async-lru @ file:///home/conda/feedstock_root/build_artifacts/async-lru_1690563019058/work attrs @ file:///home/conda/feedstock_root/build_artifacts/attrs_1704011227531/work Babel @ file:///home/conda/feedstock_root/build_artifacts/babel_1702422572539/work beautifulsoup4 @ file:///home/conda/feedstock_root/build_artifacts/beautifulsoup4_1705564648255/work binary==1.0.0 bleach @ file:///home/conda/feedstock_root/build_artifacts/bleach_1696630167146/work boltons @ file:///Users/cbousseau/work/recipes/ci_py311/boltons_1677965141748/work botocore==1.34.51 Bottleneck==1.3.8 bounded-pool-executor==0.0.3 bqplot @ file:///home/conda/feedstock_root/build_artifacts/bqplot_1708360961663/work branca @ file:///home/conda/feedstock_root/build_artifacts/branca_1706711040605/work Brotli @ file:///Users/cbousseau/work/recipes/ci_py311/brotli-split_1677936346777/work cached-property @ file:///home/conda/feedstock_root/build_artifacts/cached_property_1615209429212/work cachetools @ file:///home/conda/feedstock_root/build_artifacts/cachetools_1708987703938/work cdsapi==0.6.1 certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1707022139797/work/certifi cffi @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_b4nang6w_y/croot/cffi_1700254307954/work cfgv @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_80pd4bhsl2/croot/cfgv_1694505980983/work cftime==1.6.3 charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work click @ file:///home/conda/feedstock_root/build_artifacts/click_1692311806742/work click-plugins==1.1.1 cligj==0.7.2 cloudpickle==3.0.0 colorama==0.4.6 colorlog==6.8.2 colour @ file:///home/conda/feedstock_root/build_artifacts/colour_1700634653969/work comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1704278392174/work conda @ file:///Users/runner/miniforge3/conda-bld/conda_1708705652280/work conda-content-trust @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_5324skqvu9/croot/conda-content-trust_1693490622873/work conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1702997573971/work/src conda-package-handling @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_fc4cx8vjhj/croot/conda-package-handling_1690999937094/work conda_package_streaming @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_aecpaup22q/croot/conda-package-streaming_1690987978274/work cons==0.4.6 contourpy==1.2.0 coverage @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_a112jw__hp/croot/coverage_1680092732043/work cryptography @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_b1p0q5vizk/croot/cryptography_1702070293829/work cycler @ file:///home/conda/feedstock_root/build_artifacts/cycler_1696677705766/work dask==2024.3.1 datasets==2.18.0 debugpy @ file:///Users/runner/miniforge3/conda-bld/debugpy_1680755682866/work decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work defusedxml @ file:///home/conda/feedstock_root/build_artifacts/defusedxml_1615232257335/work deprecation==2.1.0 dill==0.3.8 distlib @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_bcnueub6e7/croot/distlib_1678983661379/work distro @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_10ye1wu827/croot/distro_1701455019085/work docopt==0.6.2 docutils==0.20.1 earthaccess==0.9.0 earthengine-api @ file:///home/conda/feedstock_root/build_artifacts/earthengine-api_1709760714296/work ee-extra @ file:///home/conda/feedstock_root/build_artifacts/ee_extra_1674469223555/work eerepr @ file:///home/conda/feedstock_root/build_artifacts/eerepr_1669883637068/work entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1643888246732/work etuples==0.3.9 exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1704921103267/work execnet @ file:///tmp/build/80754af9/execnet_1623921183358/work executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1698579936712/work Farama-Notifications==0.0.4 fastjsonschema @ file:///home/conda/feedstock_root/build_artifacts/python-fastjsonschema_1703780968325/work/dist fastprogress==1.0.3 ffmpeg-python==0.2.0 filelock @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_d3quwmvouf/croot/filelock_1700591194006/work fiona==1.9.6 folium @ file:///home/conda/feedstock_root/build_artifacts/folium_1709209270269/work fonttools @ file:///Users/runner/miniforge3/conda-bld/fonttools_1707240055122/work fqdn @ file:///home/conda/feedstock_root/build_artifacts/fqdn_1638810296540/work/dist frozendict==2.4.0 frozenlist @ file:///Users/runner/miniforge3/conda-bld/frozenlist_1702645562307/work fsspec==2024.2.0 future @ file:///home/conda/feedstock_root/build_artifacts/future_1708610096684/work GDAL==3.8.4 gdown @ file:///home/conda/feedstock_root/build_artifacts/gdown_1706981579752/work geeadd @ file:///home/conda/feedstock_root/build_artifacts/geeadd_1662343341358/work geemap @ file:///home/conda/feedstock_root/build_artifacts/geemap_1709165467106/work geeS2Downloader @ git+https://github.com/cordmaur/GEES2Downloader.git@198ccde87d8f00c748dcb30d03e55dc67cf8515f geocoder==1.38.1 geojson @ file:///home/conda/feedstock_root/build_artifacts/geojson_1699269511365/work geopandas==0.14.3 gitdb==4.0.11 GitPython==3.1.43 google-api-core @ file:///home/conda/feedstock_root/build_artifacts/google-api-core-split_1707998218025/work google-api-python-client @ file:///home/conda/feedstock_root/build_artifacts/google-api-python-client_1709657016079/work google-auth @ file:///home/conda/feedstock_root/build_artifacts/google-auth_1709994919355/work google-auth-httplib2 @ file:///home/conda/feedstock_root/build_artifacts/google-auth-httplib2_1702435542843/work google-cloud-bigquery==3.18.0 google-cloud-core @ file:///home/conda/feedstock_root/build_artifacts/google-cloud-core_1702002980770/work google-cloud-storage @ file:///home/conda/feedstock_root/build_artifacts/google-cloud-storage_1702437105048/work google-crc32c @ file:///Users/runner/miniforge3/conda-bld/google-crc32c_1695545426527/work google-resumable-media @ file:///home/conda/feedstock_root/build_artifacts/google-resumable-media_1702437055406/work googleapis-common-protos @ file:///home/conda/feedstock_root/build_artifacts/googleapis-common-protos-feedstock_1702001866871/work grpcio @ file:///Users/runner/miniforge3/conda-bld/grpc-split_1681863234418/work gymnasium==0.29.1 h11 @ file:///home/conda/feedstock_root/build_artifacts/h11_1664132893548/work h2 @ file:///home/conda/feedstock_root/build_artifacts/h2_1634280454336/work h5netcdf==1.3.0 h5py==3.10.0 hpack==4.0.0 html5lib==1.1 httpcore @ file:///home/conda/feedstock_root/build_artifacts/httpcore_1708529260247/work httplib2 @ file:///home/conda/feedstock_root/build_artifacts/httplib2_1679483503307/work httpx @ file:///home/conda/feedstock_root/build_artifacts/httpx_1708530890843/work huggingface-hub==0.20.3 huggingface-sb3==3.0 hyperframe @ file:///home/conda/feedstock_root/build_artifacts/hyperframe_1619110129307/work identify @ file:///Users/cbousseau/work/recipes/ci_py311/identify_1677959636924/work idna @ file:///Users/cbousseau/work/recipes/ci_py311/idna_1677906072337/work imitation==1.0.0 importlib-metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1703269254275/work importlib_resources @ file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1709821111795/work iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work ipyevents @ file:///home/conda/feedstock_root/build_artifacts/ipyevents_1692625602943/work ipyfilechooser @ file:///home/conda/feedstock_root/build_artifacts/ipyfilechooser_1631745918830/work ipykernel @ file:///Users/runner/miniforge3/conda-bld/ipykernel_1707326353119/work ipyleaflet @ file:///home/conda/feedstock_root/build_artifacts/ipyleaflet_1706041650747/work ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1708707351472/work ipytree @ file:///home/conda/feedstock_root/build_artifacts/ipytree_1661272736017/work ipywidgets @ file:///home/conda/feedstock_root/build_artifacts/ipywidgets_1707427226251/work isoduration @ file:///home/conda/feedstock_root/build_artifacts/isoduration_1638811571363/work/dist isort==5.13.2 jaraco.classes==3.3.1 jax==0.4.25 jaxlib==0.4.25 jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work Jinja2 @ file:///home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work jmespath==1.0.1 joblib==1.3.2 json5 @ file:///home/conda/feedstock_root/build_artifacts/json5_1709770220927/work jsonpatch @ file:///tmp/build/80754af9/jsonpatch_1615747632069/work jsonpickle==3.0.3 jsonpointer==2.1 jsonschema @ file:///home/conda/feedstock_root/build_artifacts/jsonschema-meta_1705707496704/work jsonschema-specifications @ file:///tmp/tmpkv1z7p57/src jupyter-events @ file:///home/conda/feedstock_root/build_artifacts/jupyter_events_1699285872613/work jupyter-lsp @ file:///home/conda/feedstock_root/build_artifacts/jupyter-lsp-meta_1709672523643/work/jupyter-lsp jupyter_client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1699283905679/work jupyter_core @ file:///Users/runner/miniforge3/conda-bld/jupyter_core_1704727382126/work jupyter_server @ file:///home/conda/feedstock_root/build_artifacts/jupyter_server_1709563276146/work jupyter_server_terminals @ file:///home/conda/feedstock_root/build_artifacts/jupyter_server_terminals_1706006699561/work jupyterlab @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_1709822709658/work jupyterlab_pygments @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_pygments_1707149102966/work jupyterlab_server @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_server-split_1707957746009/work jupyterlab_widgets @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_widgets_1707421892171/work keyring==24.3.0 kiwisolver==1.4.5 libmambapy @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_59l2npsw_8/croot/mamba-split_1698782625405/work/libmambapy locket==1.0.0 logical-unification==0.4.6 logzero @ file:///Users/runner/miniforge3/conda-bld/logzero_1695637319231/work lxml==5.1.0 Mako==1.3.2 Markdown==3.6 markdown-it-py==3.0.0 MarkupSafe @ file:///Users/runner/miniforge3/conda-bld/markupsafe_1706900210234/work matplotlib @ file:///Users/runner/miniforge3/conda-bld/matplotlib-suite_1678135673869/work matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work mccabe==0.7.0 mdurl==0.1.2 menuinst @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_a2fxmxkg_z/croot/menuinst_1702390297906/work miniKanren==1.0.3 mistune @ file:///home/conda/feedstock_root/build_artifacts/mistune_1698947099619/work ml-dtypes==0.3.2 more-itertools==10.2.0 mpmath==1.3.0 msgpack==1.0.3 multidict @ file:///Users/runner/miniforge3/conda-bld/multidict_1707040772617/work multimethod==1.11.2 multipledispatch==1.0.0 multiprocess==0.70.16 multitasking==0.0.11 munch==4.0.0 munkres==1.1.4 nbclient @ file:///home/conda/feedstock_root/build_artifacts/nbclient_1684790896106/work nbconvert @ file:///home/conda/feedstock_root/build_artifacts/nbconvert-meta_1709581262419/work nbformat @ file:///home/conda/feedstock_root/build_artifacts/nbformat_1690814868471/work nest_asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1705850609492/work netCDF4==1.6.5 networkx==3.2.1 nh3==0.2.15 nodeenv @ file:///Users/cbousseau/work/recipes/ci_py311/nodeenv_1677960896369/work notebook_shim @ file:///home/conda/feedstock_root/build_artifacts/notebook-shim_1707957777232/work numpy==1.26.4 openai==1.13.3 opencv-python==4.9.0.80 opt-einsum==3.3.0 optuna==3.6.1 overrides @ file:///home/conda/feedstock_root/build_artifacts/overrides_1706394519472/work packaging @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_6dm6d4jd_t/croot/packaging_1693575176524/work pandas==2.2.1 pandocfilters @ file:///home/conda/feedstock_root/build_artifacts/pandocfilters_1631603243851/work parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work partd==1.4.1 patsy==0.5.6 peewee==3.17.1 pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1706113125309/work pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work Pillow @ file:///Users/runner/miniforge3/conda-bld/pillow_1684654235906/work pip==23.3.1 pkginfo==1.9.6 pkgutil_resolve_name @ file:///home/conda/feedstock_root/build_artifacts/pkgutil-resolve-name_1694617248815/work platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1696272223550/work plotly @ file:///home/conda/feedstock_root/build_artifacts/plotly_1708020413888/work pluggy @ file:///Users/cbousseau/work/recipes/ci_py311/pluggy_1677906980825/work pqdm==0.2.0 pre-commit @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_69unh5viw_/croot/pre-commit-split_1694776972057/work prometheus_client @ file:///home/conda/feedstock_root/build_artifacts/prometheus_client_1707932675456/work prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1702399386289/work protobuf==4.25.3 psutil @ file:///Users/runner/miniforge3/conda-bld/psutil_1705722524070/work ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl pure-eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work py-cpuinfo==9.0.0 pyarrow==15.0.2 pyarrow-hotfix==0.6 pyasn1 @ file:///home/conda/feedstock_root/build_artifacts/pyasn1_1701287008248/work pyasn1-modules @ file:///home/conda/feedstock_root/build_artifacts/pyasn1-modules_1695107857548/work pycosat @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_3eg8vdcs6z/croot/pycosat_1696536519213/work pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work PyCRS==1.0.2 pydantic==2.6.2 pydantic_core==2.16.3 pygame==2.5.2 Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work pyhdf @ file:///Users/runner/miniforge3/conda-bld/pyhdf_1700678710781/work pylint==3.1.0 pymc==5.11.0 pyobjc-core @ file:///Users/runner/miniforge3/conda-bld/pyobjc-core_1702119454452/work pyobjc-framework-Cocoa @ file:///Users/runner/miniforge3/conda-bld/pyobjc-framework-cocoa_1702125479391/work pyOpenSSL @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_b8whqav6qm/croot/pyopenssl_1690223428943/work pyparsing @ file:///home/conda/feedstock_root/build_artifacts/pyparsing_1709721012883/work pyperclip @ file:///home/conda/feedstock_root/build_artifacts/pyperclip_1622337600177/work pypinfo==21.0.0 pyproj==3.6.1 pypstats==1.4 pyshp @ file:///home/conda/feedstock_root/build_artifacts/pyshp_1659002966020/work PySocks @ file:///Users/cbousseau/work/recipes/ci_py311/pysocks_1677906386870/work pytensor==2.18.6 pytest @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_75ehl8i878/croot/pytest_1690474711033/work pytest-cov @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_6007j8dblz/croot/pytest-cov_1698423994443/work pytest-xdist @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_7abfidzlsj/croot/pytest-xdist_1702455258588/work python-box @ file:///Users/runner/miniforge3/conda-bld/python-box_1696190055567/work python-cmr==0.9.0 python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work python-json-logger @ file:///home/conda/feedstock_root/build_artifacts/python-json-logger_1677079630776/work pytz @ file:///home/conda/feedstock_root/build_artifacts/pytz_1706886791323/work pyu2f @ file:///home/conda/feedstock_root/build_artifacts/pyu2f_1604248910016/work PyYAML @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_a8_sdgulmz/croot/pyyaml_1698096054705/work pyzmq @ file:///Users/runner/miniforge3/conda-bld/pyzmq_1698062469480/work rasterio==1.3.2 ratelim==0.1.6 readme-renderer==42.0 referencing @ file:///home/conda/feedstock_root/build_artifacts/referencing_1706711412823/work regex==2023.12.25 requests @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_54zi68h2nb/croot/requests_1690400233316/work requests-toolbelt==1.0.0 rfc3339-validator @ file:///home/conda/feedstock_root/build_artifacts/rfc3339-validator_1638811747357/work rfc3986==2.0.0 rfc3986-validator @ file:///home/conda/feedstock_root/build_artifacts/rfc3986-validator_1598024191506/work rich==13.7.0 rioxarray==0.14.1 rpds-py @ file:///Users/runner/miniforge3/conda-bld/rpds-py_1707922764582/work rsa @ file:///home/conda/feedstock_root/build_artifacts/rsa_1658328885051/work ruamel.yaml @ file:///Users/cbousseau/work/recipes/ci_py311/ruamel.yaml_1677934845850/work s3fs==2024.3.1 sacred==0.8.5 safetensors==0.4.2 sankee @ file:///home/conda/feedstock_root/build_artifacts/sankee_1687968516448/work scikit-learn==1.4.1.post1 scipy==1.12.0 scooby @ file:///home/conda/feedstock_root/build_artifacts/scooby_1697858861125/work seaborn==0.13.2 seals==0.2.1 Send2Trash @ file:///Users/runner/miniforge3/conda-bld/send2trash_1682601407921/work sentence-transformers==2.4.0 setuptools==68.2.2 shapely==2.0.3 six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work smmap==5.0.1 sniffio @ file:///home/conda/feedstock_root/build_artifacts/sniffio_1708952932303/work snuggs==1.4.7 soupsieve @ file:///home/conda/feedstock_root/build_artifacts/soupsieve_1693929250441/work SQLAlchemy==2.0.29 sseclient-py==1.8.0 stable-baselines3==2.2.1 stack-data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work statsmodels==0.14.1 stemflow==1.1 sympy==1.12 tenacity @ file:///home/conda/feedstock_root/build_artifacts/tenacity_1692026804430/work tensorboard==2.16.2 tensorboard-data-server==0.7.2 terminado @ file:///Users/runner/miniforge3/conda-bld/terminado_1699810180257/work threadpoolctl==3.3.0 tinycss2 @ file:///home/conda/feedstock_root/build_artifacts/tinycss2_1666100256010/work tinydb==4.8.0 tinynetrc==1.3.1 tinyrecord==0.2.0 tokenizers==0.15.2 toml @ file:///tmp/build/80754af9/toml_1616166611790/work tomli @ file:///home/conda/feedstock_root/build_artifacts/tomli_1644342247877/work tomlkit==0.12.4 toolz==0.12.1 torch==2.2.1 tornado @ file:///Users/runner/miniforge3/conda-bld/tornado_1708363164806/work tqdm @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_ac7zic_tin/croot/tqdm_1679561870178/work traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1704212992681/work traittypes @ file:///home/conda/feedstock_root/build_artifacts/traittypes_1600843364635/work transformers==4.38.1 truststore @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_42mm7e6j06/croot/truststore_1695244298716/work twine==5.0.0 types-python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/types-python-dateutil_1704512562698/work typing-utils @ file:///home/conda/feedstock_root/build_artifacts/typing_utils_1622899189314/work typing_extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1702176139754/work tzdata @ file:///home/conda/feedstock_root/build_artifacts/python-tzdata_1707747584337/work ukkonen @ file:///Users/cbousseau/work/recipes/ci_py311/ukkonen_1677955788380/work uri-template @ file:///home/conda/feedstock_root/build_artifacts/uri-template_1688655812972/work/dist uritemplate @ file:///home/conda/feedstock_root/build_artifacts/uritemplate_1634152692041/work urllib3 @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_068obtb882/croot/urllib3_1698257558009/work vanity==2.2.2 virtualenv @ file:///home/conda/feedstock_root/build_artifacts/virtualenv_1689843851427/work wasabi==1.1.2 wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work webcolors @ file:///home/conda/feedstock_root/build_artifacts/webcolors_1679900785843/work webencodings @ file:///home/conda/feedstock_root/build_artifacts/webencodings_1694681268211/work websocket-client @ file:///home/conda/feedstock_root/build_artifacts/websocket-client_1701630677416/work websockets==11.0.3 Werkzeug==3.0.2 wheel==0.41.2 whitebox @ file:///home/conda/feedstock_root/build_artifacts/whitebox_1680142331393/work whiteboxgui @ file:///home/conda/feedstock_root/build_artifacts/whiteboxgui_1680061160584/work widgetsnbextension @ file:///home/conda/feedstock_root/build_artifacts/widgetsnbextension_1707420319466/work wrapt==1.16.0 xarray==2023.4.2 xarray-einstats==0.7.0 xgboost==2.0.3 xxhash==3.4.1 xyzservices @ file:///home/conda/feedstock_root/build_artifacts/xyzservices_1698325309404/work yarl @ file:///Users/runner/miniforge3/conda-bld/yarl_1705508353407/work yfinance==0.2.36 zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1695255097490/work zstandard @ file:///Users/cbousseau/work/recipes/ci_py311_2/zstandard_1678996192313/work
@chenyangkang chenyangkang added the bug Something isn't working label Apr 2, 2024
@chenyangkang
Copy link
Author

Likely due to the python version. Python 3.8 works fine.

references: DLR-RM/stable-baselines3#172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant