Closed liying-1997 closed 3 years ago
Error message
Traceback (most recent call last):
File "test_appo_rllib.py", line 222, in
Hey @liyingathere , there were some multi-GPU related problems lately most of which I fixed in this PR here yesterday. https://github.com/ray-project/ray/pull/18017
It's not merged yet (should be merged today), but you could try the latest master plus the changes in this PR. To make sure multi-GPU does not break anymore in the future, we have added nightly multi-GPU learning tests for all major algos (including APPO) and both tf and torch to our pipeline.
What is the problem?
AsyncPPOTFPolicy' object has no attribute 'target_model'
Reproduction (REQUIRED)
AttributeError: 'AsyncPPOTFPolicy' object has no attribute 'target_model'