Simple implmentation of RL algorithms using Tensorforce Library.
This will serve as a starting point for RL beginners.
to train the model: python tf_LunarLanderContinuous_ppo.py
to load saved the model: python tf_loader.ppy
Make sure you do not run the trainer and loader at the same time (espeically on GPU) this will fail.