PufferLib icon indicating copy to clipboard operation
PufferLib copied to clipboard

Add BitFlip environment

Open davidhpark opened this issue 4 months ago • 0 comments

image image

Add BitFlip Environment to PufferLib

BitFlip is a simple 1D game where the goal is to match the current state to a target pattern by flipping the necessary bits.

In this PufferLib variant:

  • Top row: target pattern
  • Middle row: current state
  • Bottom row: cursor position

Available actions:

  • Left — move cursor left
  • Right — move cursor right
  • Up — flip the bit at the cursor

davidhpark avatar Aug 12 '25 01:08 davidhpark