petro-res-pack

Package with gym-like env for petroleum reservoir simulation


License
MIT
Install
pip install petro-res-pack==0.8.2

Documentation

Travis build

Here is a simple Reservoir model, oil+water, inspired by John Foster

You can install it as pip install --upgrade petro_res_pack

Short reminder for me on how to push to PyPi:

  • python setup.py sdist bdist_wheel
  • twine check dist/*
  • twine upload dist/*