An implementation oT Twin delayed DDPG (TD3) (https://spinningup.openai.com/en/latest/algorithms/td3.html) for maximum power point traking of a photovoltaic cell.
- Tensorflow 1
- numpy
- python 3.5
- Gym Open AI
- Gym environment 'mppt-v0', 'mppt-v1'
Clone the mmppt-v0 gym environment from https://github.com/loavila/mppt-gym and install following the instructions.
It is recommendable installing in a python virtual environment (https://rukbottoland.com/blog/tutorial-de-python-virtualenv/)
-
mmpt-v0 is a standard environment of a photovoltaic system (put link to the model)
-
mmpt_shaded-v0 is an environment of a photovoltaic system with partial shading (put link to the model)
In a console run:
python main.py
python simul_test2.py