-
Hi,
I have been studying reinforcement learning a little bit.
I was aiming to combine Proximal Policy Optimization sample from https://github.com/philtabor/Youtube-Code-Repository/tree/master/Rei…
-
-
Hi,
First of all, thanks for publicly sharing your implementations of the reinforcement learning algorithms. I find your repos very useful!
As I was playing around with the QR-DQN, I think I not…
-
**Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on the [RL Discord](https://discord.com/invite/xhfNqQv), [R…
-
To facilitate comparison with a method we are developing, is it possible to release raw results (e.g. similar to [dopamine json files](https://github.com/google/dopamine/tree/master/baselines/data)?)
…
-
Tested as well with the unaltered codebase and the training example given in the readme. Over time, memory consumed grows to using up all available ram (nearly 16GBs), at which point either: - Python …
-
The code cant work in my environment where TF version is the newest(2.2.0).
because the tf.contrib moudle has been removed?
-
Hi Aviral,
In the paper, you claim CQL can be implemented with less than 20 lines of code, but it's really difficult to identify these "20 lines of code" from the current version of your project wh…
-
Thank you for opensourcing such a great code!
I have questions about your IQN implementation, especially on how it can reproduce the scores reported by th paper.
First, your config file https://…
-
The paper 'Evolving RL Algorithms' (https://arxiv.org/abs/2101.03958) uses evolution strategies to find new modifications of DQN. The paper reports the two best found algorithms DQN Clipped and DQN Re…