sagemaker-rl-energy-storage-system
sagemaker-rl-energy-storage-system copied to clipboard
Examples of RL for the energy arbitrage use case.
Provide example on using hyper-parameter tuning
Default sample data is `DATA = Path(__file__).parent.parent / "data/sample-data.csv"` which means to download the sample data to Python's `site-packages`. We should use a safer default; proposed to use "./data".
Document how to quick-run the Streamlit app directly on a SageMaker notebook instance (without needing additional Lambda, API Gategay, and ECS instance).
On start, Streamlit shows three charts very briefly (screenshot-01), then subsequently down to two charts only (screenshot-02). # Screenshot-01: three charts on start --- # Screenshot-02: two charts for the...
Currently SageMaker RL is unable to deploy DQN (tf based) trained agent as live endpoint. Is there a workaround?