Edouard Leurent
Edouard Leurent
Hi @uBadRequest, That is a great idea, and it is actually already supported: 1. all the fields returned by the Twitter API are saved by default 2. thus, they are...
Yes I think this totally makes sense. The only "desirable" conflict that I can think of is the one of frienships.json which can be filled a first time when creating...
Hi, When creating a highway-env environment, you can edit the window size with ``` env = gym.make('intersection-v0', config={"screen_width": 600, "screen_height": 600}) ``` But since you're using the experiments.py script which...
Hi, DQN (and its variants Dueling DQN and Double Dueling DQN) is the _learning algorithm_ (just like PPO is), while Attention/Transformer is the _network architecture_, which is being trained by...
Hi, > But I'm having problems running it as follows These are just warnings, the code should still be running fine. But thanks for letting me know, I will try...
Hi, This function gets called when instantiating the network with the knowledge of the env and its observation and action spaces, which are used to set the input and output...
Maybe you have a version of rl-agents installed locally, and this is the one that's being used instead of your local version with your changes. You can try to uninstall...
Hi, Sorry I'm not sure what is causing this crash, I've only tested this on Windows. I'm using the default Unity Input Manager though, nothing custom, so in principle it...