Hi, thanks for sharing the code! I'm interested in applying DrQ to a dm_control domain, and I see from the README that I can readily do that using the following command:
python train.py env=cartpole_swingup
However, is there a way to turn off augmentation (e.g., via command line options)? I'd like to compare the performance with and without augmentation.
Hi, thanks for sharing the code! I'm interested in applying DrQ to a dm_control domain, and I see from the README that I can readily do that using the following command:
However, is there a way to turn off augmentation (e.g., via command line options)? I'd like to compare the performance with and without augmentation.