Closed juliusfrost closed 3 years ago
I think you forgot the file switch (-f) . Try
rllib train -f rllib/tuned_examples/cql/halfcheetah-cql.yaml
I think you forgot the file switch (-f) . Try
rllib train -f rllib/tuned_examples/cql/halfcheetah-cql.yaml
That was just my typo creating the issue, thanks for the catch.
What is the problem?
I get the following error when reproducing cql.
Ray version and other system information (Python version, TensorFlow version, OS): ray 1.4.0, python 3.7, tensorflow 2.5.0, linux
Reproduction (REQUIRED)
Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to reproduce the issue. The snippet should have no external library dependencies (i.e., use fake or mock data / environments):
Install rllib with python virtualenv and run the following:
If the code snippet cannot be run by itself, the issue will be closed with "needs-repro-script".