import json, os
import matplotlib.pyplot as plt
from matplotlib import colorsPCT Results
Results of PCT experiments.
This application can also be used to run these results pct/applications/pct_example.py.
from pct.pctexamples import PCTExamplesLunar Lander environment
# Basic run with Lunar Lander config
config_file = 'testfiles/LunarLander/LunarLander-4905d2.properties'
result_basic = PCTExamples.run_example(config_file, render=True)
result_basic{'run_result': False, 'steps_completed': 500, 'success': True}