-
Sorry, if this appears to be a stupid question. I am trying to implement gradient inversion using PyTorch based on the paper but I would like to ask for some clarifications. Is the inversion done on a…
-
Implement the best practices from multi-agent Rl community and stablebaselines3 into our algorithm. Further analyse similarities between petting zoo multi-agent implementation to current RL implementa…
-
https://datawhalechina.github.io/easy-rl/#/chapter7/project2
Description
-
Hi,
this is a great work and thanks for sharing the code! In script_new.sh file, it mentions that some RL implementations are in folders atari and radial_rl-cleanrl/DQN, but they are not in the repo…
-
Is there a tutorial i can follow to use the existing turtlebot environment ?
-
Updates from:
- https://github.com/jacobhilton/deep_learning_curriculum (focus on transformers)
- Raschka book
1. Math prerequisites
Taking a derivative to find a point of minimum or maxim…
-
I have trained a model for "soccer pdqn", and I want to finetune a new work based on the trained model, what should I do?
-
I'm using PyTorch 1.0.1 with Cuda 10.1 and have 8 cores. I have the same 1080 TI as you have.
However, I get only half the speed when running your examples (or less) than what you indicate in the boo…
-
Add Double IQN with a double update (as in ChainerRL - https://github.com/chainer/chainerrl/blob/master/chainerrl/agents/double_iqn.py)
-
When I was trying to install by running install_dependencies.sh, I encounter the following error:
```
Xitari installation completed
Installing Alewrap ...
Cloning into 'alewrap'...
Missing d…