- Paso 1: Instale el paquete con pip: pip install beer-game-env
- Paso 2: Importe el entorno: from beer_game_env import BeerGameEnv
- Paso 3: Instancie el entorno: env = BeerGameEnv()
- Paso 4: Use el ciclo estándar de Gym: obs = env.reset(), action = el agente.predict(obs), obs, reward, done, info = env.step(action)
- Paso 5: Entrene o evalúe agentes usando cualquier marco RL compatible con Gym