JGCRI / gcam-core

GCAM -- The Global Change Analysis Model
http://jgcri.github.io/gcam-doc/
Other
264 stars 159 forks source link

A pure python version of GCAM #286

Closed tianyu-z closed 1 year ago

tianyu-z commented 1 year ago

I would like to implement a full python version of GCAM so that it is more friendly to MARL (multiagent reinforcement learning) community. Where can I find some technical documents of the equations and dynamics of different module in v6.0? Thank you!

kanishkan91 commented 1 year ago

@tianyu-z There is a python version of gcam that we work with called pygcam- https://github.com/JGCRI/pygcam. It was created to do things like MCMC analysis using GCAM. Perhaps you could take a look there since there may be code already available for porting GCAM equations to python. Also adding pygcam creator @rjplevin here.

rjplevin commented 1 year ago

Thanks, Kanishka. Correction though. Pygcam is not a version of GCAM. It’s a tool for working with GCAM. It would not be helpful with implementing any equations.On May 21, 2023, at 7:25 PM, Kanishka Narayan @.***> wrote: @tianyu-z There is a python version of gcam that we work with called pygcam- https://github.com/JGCRI/pygcam. It was created to do things like MCMC analysis using GCAM. Perhaps you could take a look there since there may be code already available for porting GCAM equations to python. Also adding pygcam creator @rjplevin here.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>