Skip to content

This is an implementation of the maximum power point tracking problem (MPPT) as a gym environment.

Notifications You must be signed in to change notification settings

loavila/mppt-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

    cd mppt-gym
    pip install -e .

Using the environment

Run in a Python script:

    import gym
    import gym_mppt
    env = gym.make('mppt-v0')

About

This is an implementation of the maximum power point tracking problem (MPPT) as a gym environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages