Giter Site home page Giter Site logo

boettiger-lab / gym_climate Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 161 KB

An :snake: OpenAI Gym to benchmark reinforcement learning solutions to climate change control problems :earth_americas: :robot:

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

gym_climate's People

Contributors

mlap avatar pierre-cortambert avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

gym_climate's Issues

Suggest to loosen the dependency on stable-baselines3

Hi, your project gym_climate(commit id: 43a30fe) requires "stable-baselines3==0.10.0" in its dependency. After analyzing the source code, we found that the following versions of stable-baselines3 can also be suitable, i.e., stable-baselines3 0.10.0a1, 0.11.0a4, 0.11.0a2, 0.11.0a1, since all functions that you directly (1 APIs: stable_baselines3.common.env_checker.check_env) or indirectly (propagate to -1 stable-baselines3's internal APIs and 24 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.

Therefore, we believe that it is quite safe to loose your dependency on stable-baselines3 from "stable-baselines3==0.10.0" to "stable-baselines3>=0.10.0a1,<=0.11.0a4". This will improve the applicability of gym_climate and reduce the possibility of any further dependency conflict with other projects.

May I pull a request to further loosen the dependency on stable-baselines3?

By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?

large integrated assessment models

a few more very large modern cost-benefit models are referenced in https://doi.org/10.1038/s41586-021-03386-6. In particular, the FUND model co-maintainer is also here in Berkeley in ERG: https://github.com/fund-model/MimiFUND.jl , http://www.fund-model.org/

(these probably aren't easily translated into a gym model, though note that rllib has an API for training against external simulation applications https://docs.ray.io/en/latest/rllib-env.html#external-agents-and-applications. probably not something we could make headway on directly but perhaps an illustrative example for more 'grand challenge' flavor problems. )

Also, of course the individual modules of these integrated models are not necessarily particularly complex. I think this is the biodiversity module: https://github.com/fund-model/MimiFUND.jl/blob/master/src/components/ImpactBioDiversityComponent.jl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.