Tejan Karmali

Results 8 issues of Tejan Karmali

Decoupled Neural Interface on MLP model. This model is able to produce results close to MLP, without standard backpropagation of gradients. Ref.: [Understanding Synthetic Gradients and Decoupled Neural Interfaces](https://arxiv.org/pdf/1703.00522.pdf)

I have added the following GAN models: - LSGAN - DCGAN - WGAN Here are some results: ![sample_wgan](https://user-images.githubusercontent.com/19868340/42942303-0d1ca5ca-8b7d-11e8-8113-2d6ece9af9f8.png) WGAN samples ![sample_dcgan](https://user-images.githubusercontent.com/19868340/42942304-0e411850-8b7d-11e8-8f7e-812c321c1e73.png) DCGAN samples ![sample_lsgan](https://user-images.githubusercontent.com/19868340/42942305-0e77cc42-8b7d-11e8-9d95-9a611d3147fe.png) LSGAN samples

Implemented DQN with PER. Kindly review the code. Looking forward towards the feedback. Ref: - https://arxiv.org/pdf/1511.05952.pdf - https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/master/contents/5.2_Prioritized_Replay_DQN/RL_brain.py

Added Advantage Actor-Critic

Hi, I was wondering if current release of PyTorch3D intends to support the latest amp and autocast features of PyTorch 1.6. I tried rendering a mesh with `autocast` enabled, but...

enhancement
question

`aim upgrade 2to3` command is now `aim storage upgrade 2to3`[1]. Updated the `repo_utils.py` to reflect the same. References: [1] https://aimstack.readthedocs.io/en/latest/refs/cli.html#storage

Hey @MikeInnes, if you are back could you please review the code? New models which I have added are Dueling DQN, Advantage Actor-Critic, and DDPG. Also, all the previous work...

Corrected `face_textures` in places where `vt` was optional for face