TorchLean API

NN.Examples.RL.PPOPongRamView

PPO Atari Pong RAM Artifacts #

This file visualizes the training curve produced by NN/Examples/Models/RL/PPOPongRam.lean (lake exe torchlean ppo_pong_ram).

Pong RAM intentionally uses the same Gymnasium boundary as CartPole, but with ALE registration and a higher-dimensional observation. It is an integration/regression example, not a tuned Atari agent.

Workflow:

  1. Run:
python3 -m pip install --user 'gymnasium>=1.0' ale-py
lake exe torchlean ppo_pong_ram
lake build -R -K cuda=true && lake exe torchlean ppo_pong_ram --cuda
  1. Put the cursor on the command below in an editor. The infoview will render the saved log.

Notes:

References: