superpacman

Contents:

  • superpacman
    • superpacman package
superpacman
  • superpacman
  • View page source

superpacman

  • superpacman package
    • Submodules
    • superpacman.commands module
      • command_parser()
      • main()
      • Positional Arguments
      • Sub-commands
        • play
        • train
        • enjoy
    • superpacman.play module
      • play()
    • superpacman.superpacman module
      • Actions
        • Actions.E
        • Actions.N
        • Actions.S
        • Actions.W
      • CenterPlayerTransform
        • CenterPlayerTransform.forward()
        • CenterPlayerTransform.transform_observation_spec()
      • DistanceTransform
        • DistanceTransform.forward()
        • DistanceTransform.transform_observation_spec()
      • FlatTileTransform
        • FlatTileTransform.forward()
        • FlatTileTransform.transform_observation_spec()
      • Ghost
        • Ghost.BLINKY
        • Ghost.CLAUDE
        • Ghost.INKY
        • Ghost.PINKY
      • GhostMode
        • GhostMode.CHASE
        • GhostMode.FRIGHTENED
        • GhostMode.SCATTER
        • GhostMode.WAIT
      • RGBFullObsTransform
        • RGBFullObsTransform.forward()
        • RGBFullObsTransform.transform_observation_spec()
      • RGBPartialObsTransform
        • RGBPartialObsTransform.forward()
        • RGBPartialObsTransform.transform_observation_spec()
      • StackTileTransform
        • StackTileTransform.forward()
        • StackTileTransform.transform_observation_spec()
      • SuperPacman
        • SuperPacman.batch_locked
        • SuperPacman.gen_params()
        • SuperPacman.metadata
      • gen_params()
      • has_transform()
      • hex_to_rgb()
      • make_env()
      • pos_to_grid()
    • superpacman.train_ppo module
      • Policy
        • Policy.forward()
      • VGGConvBlock
        • VGGConvBlock.forward()
      • Value
        • Value.forward()
      • enjoy_checkpoint()
      • make_policy_module()
      • rollout_checkpoint()
      • train()
    • Module contents
Previous Next

© Copyright 2024, Duane Nielsen.

Built with Sphinx using a theme provided by Read the Docs.