Skip to content

Instantly share code, notes, and snippets.

View Shakthi-Scripts's full-sized avatar

Shakthivel Sappani Shakthi-Scripts

View GitHub Profile
import numpy as np
import matplotlib.pyplot as plt
states = ['S1', 'S2', 'S3']
actions = ['A1', 'A2']
P = {
'S1': {
'A1': [(0.8, 'S1', 5), (0.2, 'S2', 10)],
'A2': [(1.0, 'S2', 0)]
@Shakthi-Scripts
Shakthi-Scripts / nano_r1.ipynb
Last active March 14, 2025 09:20
nano_r1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.