PCT Results

Results of PCT experiments.

This application can also be used to run these results pct/applications/pct_example.py.

import json, os
import matplotlib.pyplot as plt
from   matplotlib import colors
from pct.pctexamples import PCTExamples

Lunar 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}