Robert Kirk
Robert Kirk
> You can run it now via the following roam/js snippet: ([How to use roam/js](https://www.roamstack.com/how-install-roam-plugin/)) > > ```js > var s = document.createElement('script') > s.type = "text/javascript" > // Version...
@Stvad thanks a lot!
I wanted vim mode activated, but I haven't gotten around to it, sorry.
@LouisCastricato is there a guide or pointer on how to do this? Or has the change you're referring to been merged? I'd also like to be able to share parameters...
Thanks, that's very useful!
Note that if you have a sufficiently generic implementation of PPO, you have A2C for free: https://github.com/vwxyzjn/a2c_is_a_special_case_of_ppo
If you make sure each accelerate process gets multiple GPUs, then I think DDP will work as expected - so you have 1 accelerate process and hence 1 DDP model...