smaug
smaug copied to clipboard
How to port Rinforcement learning algorithm on smaug?
Hello, I'm trying to port RL maddpg algorithm on smaug. Is there any documentation you can provide to follow for integrating the new algorithm? Thanks
See https://harvard-acc.github.io/smaug_docs/build_python_model.html for building a new python model. All the available operators are also listed on that site.
Hello, thanks for the document. I also wanted to know if this also works for pytorch reinforcement model maddpg with python version 3.6? And provides the acceleration capabilities?