sagemaker-rl-energy-storage-system icon indicating copy to clipboard operation
sagemaker-rl-energy-storage-system copied to clipboard

Examples of RL for the energy arbitrage use case.

Results 6 sagemaker-rl-energy-storage-system issues
Sort by recently updated
recently updated
newest added

Provide example on using hyper-parameter tuning

enhancement
good first issue

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".

bug
good first issue

Document how to quick-run the Streamlit app directly on a SageMaker notebook instance (without needing additional Lambda, API Gategay, and ECS instance).

documentation
good first issue

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...

bug

Currently SageMaker RL is unable to deploy DQN (tf based) trained agent as live endpoint. Is there a workaround?

bug