Skip to content

FiMDP/FiMDPEnv

Repository files navigation

FiMDPEnv - Environments for FiMDP

FiMDPEnv is a Python package that provides realistic simulation environments that model real-world consumption Markov decision processes (consumption MDPs). The package is primarily designed to help in testing and benchmarking the tools in the FiMDP package. Apart from the consumption MDPs, the package also provides tools to analyze, manipulate, and visualize the environment and any strategies generated by the FiMDP package.

Installation

FiMDPEnv can be installed using pip from PyPI

pip install -U fimdpenv

Usage and Examples

The directory examples contains several Jupyter notebooks that explain how to create instances of different environments and interface them with FiMDP. The following visualizations illustrate different environments currently available in FiMDPEnv. These environments model (i) the stochastic dynamics of one or more unmanned underwater vehicles (UUVs) operating with limited onboard energy storage capacity, and, (ii) the stochastic energy consumption of an autonomous electric vehicle (AEV) operating in the busy streets of Manhattan, New York.

Multiple agents following energy-aware policies in SynchronousMultiAgentEnv environment.
Multiple agents following energy-aware policies in UUVEnv environment.

An agent following an energy-aware policy in AEVEnv.
An agent following an energy-aware policy in AEVEnv.

Contact

If you have any trouble with the installation, or have any questions, raise an issue or email Pranay Thangeda.