Srihari Humbarwadi

Results 3 issues of Srihari Humbarwadi

The current implementation of `nsl.tools.pack_nbrs` does not support reading and writing to multiple tfrecord files. Given the extensive optimizations made available by the `tf.data` API when working with multiple tfrecords,...

enhancement

If I understand correctly, the code in [tensorflow2/actor_critic.py](https://github.com/philtabor/Youtube-Code-Repository/blob/master/ReinforcementLearning/PolicyGradient/actor_critic/tensorflow2/actor_critic.py) implements the `One-step Actor-Critic (episodic)` algorithm given on page 332 of RLbook2020 by Sutton/barto (picture given below). ![image](https://user-images.githubusercontent.com/24864163/151010488-98627635-31cc-406c-8664-fe0a8cac9350.png) Here we can see...

- [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation update - [ ] TensorFlow 2 migration - [x] New feature (non-breaking change which adds...

models:official