Open AllanYangZhou opened 2 years ago
Hi Allan, can you verify all your package versions match these exactly? https://github.com/google-research/ibc#prerequisites
Hi Pete, thanks for the patience (just got back from various confs/travels). I verified the version numbers linked. Here's my entire pip list. Maybe a version update in some other package not listed in that link broke things?
EDIT: given the error, maybe the problem package is numpy itself. What version of numpy is working for you?
Package Version
----------------------- ---------
absl-py 0.12.0
astunparse 1.6.3
backcall 0.2.0
cached-property 1.5.2
cachetools 5.2.0
certifi 2022.6.15
charset-normalizer 2.0.12
clang 5.0
cloudpickle 2.1.0
cycler 0.11.0
decorator 5.1.1
dm-tree 0.1.7
flatbuffers 1.12
gast 0.4.0
gin-config 0.4.0
google-auth 2.8.0
google-auth-oauthlib 0.4.6
google-pasta 0.2.0
grpcio 1.47.0
gym 0.24.1
gym-notices 0.0.7
h5py 3.1.0
idna 3.3
importlib-metadata 4.12.0
ipython 7.34.0
jedi 0.18.1
keras 2.6.0
Keras-Preprocessing 1.1.2
kiwisolver 1.4.3
Markdown 3.3.7
matplotlib 3.4.3
matplotlib-inline 0.1.3
mediapy 1.0.3
numpy 1.19.5
oauthlib 3.2.0
opencv-python 4.5.3.56
opt-einsum 3.3.0
parso 0.8.3
pexpect 4.8.0
pickleshare 0.7.5
Pillow 9.1.1
pip 22.1.2
prompt-toolkit 3.0.29
protobuf 3.19.4
ptyprocess 0.7.0
pyasn1 0.4.8
pyasn1-modules 0.2.8
pybullet 3.1.6
Pygments 2.12.0
pyparsing 3.0.9
python-dateutil 2.8.2
requests 2.28.0
requests-oauthlib 1.3.1
rsa 4.8
scipy 1.7.1
setuptools 62.6.0
six 1.15.0
tensorboard 2.9.1
tensorboard-data-server 0.6.1
tensorboard-plugin-wit 1.8.1
tensorflow 2.6.0
tensorflow-estimator 2.9.0
tensorflow-probability 0.14.1
termcolor 1.1.0
tf-agents 0.11.0rc0
tqdm 4.62.2
traitlets 5.3.0
typing-extensions 3.7.4.3
urllib3 1.26.9
wcwidth 0.2.5
Werkzeug 2.1.2
wheel 0.37.1
wrapt 1.12.1
zipp 3.8.0
Hi, thanks for open sourcing this work! I tried running:
And got this error
I'm not super familiar with tf-agents, but from some debugging it looks like obs is a dictionary type and
np.isnan
is having issue with it. Any thought on how one could fix this?Thanks, Allan