Closed muzerobot closed 3 years ago
The base_dir
flag needs to be passed and it is inherited from the FLAGS in train.py file in dopamine base training script. The base_dir is the directory where the data would be saved.
I see. But I was not able to run the code directly as is (with the command above), and my workaround was simply to define new flags in batch_rl/baselines/train.py
essentially in the same way as done in the train.py
you referenced -- could this be an installation issue on my side? Or something else that I am missing?
Yes, this was a bug due to recent changes in dopamine. I updated the train.py file with the updated code. Thanks for spotting this issue.
I am using the following command to try and generate data:
However, I am getting the following error:
base_dir
doesn't seem to be defined as a flag anywhere, yet it is a required flag. Any ideas what I am doing wrong?