Hello,
I am playing with your code, and it is great, I learned a lot!! Now, I want to use it for a project with discrete actions. I set "ac_bins": "uniform:3" in the config json and expected to get 3 discrete actions between low and high, but this was not the case. How can I get discrete actions?
Hello,
found the problem. There was ac_noise_std = 0.01, and that added a little bit of noise to the actions. When setting the noise to 0., it works.
Kind regards
Ernst
Hello, I am playing with your code, and it is great, I learned a lot!! Now, I want to use it for a project with discrete actions. I set "ac_bins": "uniform:3" in the config json and expected to get 3 discrete actions between low and high, but this was not the case. How can I get discrete actions?
Thanks and kind regards Ernst