CoolFace
Apppublic

sumedhSK/wellbeing-env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Wellbeing RL Environment

This project simulates a recommendation system that balances user engagement and long-term wellbeing.

Features

  • —Real-world simulation of content recommendation
  • —3 difficulty tasks (easy, medium, hard)
  • —Reward based on wellbeing and engagement balance
  • —OpenEnv compliant environment
  • —Dockerized deployment

API Endpoints

Reset

POST /reset

Step

POST /step Body: { "action": 0 }

Actions

0 = Addictive content 1 = Neutral content 2 = Healthy content

Goal

Maximize long-term user wellbeing while maintaining engagement.