NeuromorphicComputing / STPN

27 stars 3 forks source link

which ray version #1

Closed zdx3578 closed 1 year ago

zdx3578 commented 1 year ago

in │ray 2.4.0 got error: /STPN/AtariMujoco/run-pong.py", line 128, in stpn_experiments = Experiment("stpn_configs", **stpn_configs) TypeError: init() got an unexpected keyword argument 'keep_checkpoints_num'

zdx3578 commented 1 year ago

what os? what os version?

zdx3578 commented 1 year ago

pip install ray==2.4.0 need change config "rollout_fragment_length": 'auto', and delete error config

pip install tensorflow_probability

hector-gr commented 1 year ago

Hello,

The instructions for dependencies specify installing ray==2.0.0dev0 for Linux.