TorchLean API

NN.Examples.RL.PPOGridWorldView

PPO GridWorld Artifacts #

This file visualizes the artifacts produced by NN/Examples/Models/RL/PPOGridWorld.lean (lake exe torchlean ppo_gridworld).

GridWorld is the smallest RL artifact path because the environment itself is Lean-native: the executable can both train and emit artifacts, while the proof layer can reason about the finite MDP model.

Tip:

The executable writes three JSON files by default:

Put the cursor on the #*_file_view commands below to render them in the infoview.

References: