Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
unsloth
trl
grpo
hf_jobs
conversational
text-generation-inference
Instructions to use InosLihka/rhythm-env-meta-trained-iter2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InosLihka/rhythm-env-meta-trained-iter2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="InosLihka/rhythm-env-meta-trained-iter2") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("InosLihka/rhythm-env-meta-trained-iter2") model = AutoModelForCausalLM.from_pretrained("InosLihka/rhythm-env-meta-trained-iter2") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use InosLihka/rhythm-env-meta-trained-iter2 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "InosLihka/rhythm-env-meta-trained-iter2" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "InosLihka/rhythm-env-meta-trained-iter2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/InosLihka/rhythm-env-meta-trained-iter2
- SGLang
How to use InosLihka/rhythm-env-meta-trained-iter2 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "InosLihka/rhythm-env-meta-trained-iter2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "InosLihka/rhythm-env-meta-trained-iter2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "InosLihka/rhythm-env-meta-trained-iter2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "InosLihka/rhythm-env-meta-trained-iter2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Unsloth Studio new
How to use InosLihka/rhythm-env-meta-trained-iter2 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for InosLihka/rhythm-env-meta-trained-iter2 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for InosLihka/rhythm-env-meta-trained-iter2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for InosLihka/rhythm-env-meta-trained-iter2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="InosLihka/rhythm-env-meta-trained-iter2", max_seq_length=2048, ) - Docker Model Runner
How to use InosLihka/rhythm-env-meta-trained-iter2 with Docker Model Runner:
docker model run hf.co/InosLihka/rhythm-env-meta-trained-iter2
| [ | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 0, | |
| "final_score": 0.5745, | |
| "total_reward": 5.84, | |
| "adaptation": -0.28, | |
| "vitality": 0.76, | |
| "cognition": 0.41, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.43, | |
| "actions": [ | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 1, | |
| "final_score": 0.5765, | |
| "total_reward": 6.88, | |
| "adaptation": -0.142, | |
| "vitality": 0.64, | |
| "cognition": 0.33, | |
| "progress": 1.0, | |
| "serenity": 0.87, | |
| "connection": 0.43, | |
| "actions": [ | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 0, | |
| "final_score": 0.5801, | |
| "total_reward": 4.21, | |
| "adaptation": 0.184, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.43, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 1, | |
| "final_score": 0.5795, | |
| "total_reward": 4.59, | |
| "adaptation": 0.22, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.97, | |
| "serenity": 1.0, | |
| "connection": 0.46, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 0, | |
| "final_score": 0.5825, | |
| "total_reward": 11.98, | |
| "adaptation": -0.568, | |
| "vitality": 0.59, | |
| "cognition": 0.23, | |
| "progress": 1.0, | |
| "serenity": 0.95, | |
| "connection": 0.41, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "heuristic", | |
| "seed": 1, | |
| "final_score": 0.5799, | |
| "total_reward": 12.67, | |
| "adaptation": -0.548, | |
| "vitality": 0.72, | |
| "cognition": 0.32, | |
| "progress": 1.0, | |
| "serenity": 0.95, | |
| "connection": 0.38, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 0, | |
| "final_score": 0.5131, | |
| "total_reward": 1.82, | |
| "adaptation": 0.086, | |
| "vitality": 0.45, | |
| "cognition": 0.56, | |
| "progress": 0.66, | |
| "serenity": 1.0, | |
| "connection": 0.71, | |
| "actions": [ | |
| "socialize", | |
| "me_time", | |
| "binge_watch", | |
| "socialize", | |
| "exercise", | |
| "family_time", | |
| "sleep", | |
| "admin_work", | |
| "meditate", | |
| "binge_watch", | |
| "admin_work", | |
| "deep_work", | |
| "sleep", | |
| "meditate", | |
| "sleep", | |
| "family_time", | |
| "exercise", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "socialize", | |
| "binge_watch", | |
| "exercise", | |
| "meditate", | |
| "learn", | |
| "socialize", | |
| "admin_work", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 1, | |
| "final_score": 0.5328, | |
| "total_reward": 4.02, | |
| "adaptation": -0.005, | |
| "vitality": 0.08, | |
| "cognition": 0.5, | |
| "progress": 0.76, | |
| "serenity": 0.97, | |
| "connection": 0.68, | |
| "actions": [ | |
| "exercise", | |
| "meditate", | |
| "sleep", | |
| "meditate", | |
| "meditate", | |
| "me_time", | |
| "meditate", | |
| "learn", | |
| "meditate", | |
| "meditate", | |
| "socialize", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "sleep", | |
| "learn", | |
| "socialize", | |
| "deep_work", | |
| "socialize", | |
| "learn", | |
| "sleep", | |
| "family_time", | |
| "meditate", | |
| "meditate", | |
| "admin_work" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 0, | |
| "final_score": 0.6522, | |
| "total_reward": 8.5, | |
| "adaptation": -0.121, | |
| "vitality": 1.0, | |
| "cognition": 0.83, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.98, | |
| "actions": [ | |
| "socialize", | |
| "me_time", | |
| "binge_watch", | |
| "socialize", | |
| "exercise", | |
| "family_time", | |
| "sleep", | |
| "admin_work", | |
| "meditate", | |
| "binge_watch", | |
| "admin_work", | |
| "deep_work", | |
| "sleep", | |
| "meditate", | |
| "sleep", | |
| "family_time", | |
| "exercise", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "socialize", | |
| "binge_watch", | |
| "exercise", | |
| "meditate", | |
| "learn", | |
| "socialize", | |
| "admin_work", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 1, | |
| "final_score": 0.6569, | |
| "total_reward": 8.2, | |
| "adaptation": 0.121, | |
| "vitality": 0.75, | |
| "cognition": 0.69, | |
| "progress": 1.0, | |
| "serenity": 0.97, | |
| "connection": 0.97, | |
| "actions": [ | |
| "exercise", | |
| "meditate", | |
| "sleep", | |
| "meditate", | |
| "meditate", | |
| "me_time", | |
| "meditate", | |
| "learn", | |
| "meditate", | |
| "meditate", | |
| "socialize", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "sleep", | |
| "learn", | |
| "socialize", | |
| "deep_work", | |
| "socialize", | |
| "learn", | |
| "sleep", | |
| "family_time", | |
| "meditate", | |
| "meditate", | |
| "admin_work" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 0, | |
| "final_score": 0.4567, | |
| "total_reward": 4.07, | |
| "adaptation": 0.272, | |
| "vitality": 0.4, | |
| "cognition": 0.52, | |
| "progress": 0.55, | |
| "serenity": 0.95, | |
| "connection": 0.41, | |
| "actions": [ | |
| "socialize", | |
| "me_time", | |
| "binge_watch", | |
| "socialize", | |
| "exercise", | |
| "family_time", | |
| "sleep", | |
| "admin_work", | |
| "meditate", | |
| "binge_watch", | |
| "admin_work", | |
| "deep_work", | |
| "sleep", | |
| "meditate", | |
| "sleep", | |
| "family_time", | |
| "exercise", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "socialize", | |
| "binge_watch", | |
| "exercise", | |
| "meditate", | |
| "learn", | |
| "socialize", | |
| "admin_work", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "random", | |
| "seed": 1, | |
| "final_score": 0.4708, | |
| "total_reward": 5.39, | |
| "adaptation": 0.146, | |
| "vitality": 0.04, | |
| "cognition": 0.55, | |
| "progress": 0.6, | |
| "serenity": 1.0, | |
| "connection": 0.44, | |
| "actions": [ | |
| "exercise", | |
| "meditate", | |
| "sleep", | |
| "meditate", | |
| "meditate", | |
| "me_time", | |
| "meditate", | |
| "learn", | |
| "meditate", | |
| "meditate", | |
| "socialize", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "socialize", | |
| "deep_work", | |
| "meditate", | |
| "sleep", | |
| "learn", | |
| "socialize", | |
| "deep_work", | |
| "socialize", | |
| "learn", | |
| "sleep", | |
| "family_time", | |
| "meditate", | |
| "meditate", | |
| "admin_work" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 0, | |
| "final_score": 0.2336, | |
| "total_reward": -5.25, | |
| "adaptation": -0.225, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.22, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.421 | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "introvert_morning", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 1, | |
| "final_score": 0.2383, | |
| "total_reward": -2.62, | |
| "adaptation": -0.032, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.22, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.0, | |
| 1.0, | |
| 0.069 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.421 | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 0, | |
| "final_score": 0.2292, | |
| "total_reward": -7.73, | |
| "adaptation": -0.048, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.22, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.444 | |
| ], | |
| "belief_mae": 0.407 | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "extrovert_night_owl", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 1, | |
| "final_score": 0.2328, | |
| "total_reward": -7.41, | |
| "adaptation": -0.021, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.24, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 1.0, | |
| 0.2, | |
| 0.023 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.444 | |
| ], | |
| "belief_mae": 0.407 | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 0, | |
| "final_score": 0.1801, | |
| "total_reward": -9.57, | |
| "adaptation": -0.235, | |
| "vitality": 0.72, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.0, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": [ | |
| 0.444, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.27 | |
| }, | |
| { | |
| "condition": "discrete-3-profiles (legacy)", | |
| "profile_name": "workaholic_stoic", | |
| "profile_mode": "discrete", | |
| "strategy": "model", | |
| "seed": 1, | |
| "final_score": 0.1885, | |
| "total_reward": -8.04, | |
| "adaptation": -0.128, | |
| "vitality": 0.85, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.0, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.357, | |
| 0.5, | |
| 1.0 | |
| ], | |
| "final_belief": [ | |
| 0.444, | |
| 0.556, | |
| 0.444 | |
| ], | |
| "belief_mae": 0.233 | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_100", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 100, | |
| "final_score": 0.5861, | |
| "total_reward": 10.74, | |
| "adaptation": -0.456, | |
| "vitality": 0.47, | |
| "cognition": 0.26, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.45, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.613, | |
| 0.5, | |
| 0.503 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_101", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 101, | |
| "final_score": 0.5802, | |
| "total_reward": 3.85, | |
| "adaptation": -0.041, | |
| "vitality": 1.0, | |
| "cognition": 0.51, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.5, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.545, | |
| 0.277, | |
| 0.461 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_102", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 102, | |
| "final_score": 0.5912, | |
| "total_reward": 10.16, | |
| "adaptation": -0.432, | |
| "vitality": 0.44, | |
| "cognition": 0.24, | |
| "progress": 1.0, | |
| "serenity": 0.98, | |
| "connection": 0.49, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.252, | |
| 0.5, | |
| 0.558 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_103", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 103, | |
| "final_score": 0.59, | |
| "total_reward": 9.67, | |
| "adaptation": -0.465, | |
| "vitality": 0.32, | |
| "cognition": 0.83, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.48, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.629, | |
| 0.951, | |
| 0.487 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_100", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 100, | |
| "final_score": 0.5315, | |
| "total_reward": 0.26, | |
| "adaptation": -0.375, | |
| "vitality": 0.0, | |
| "cognition": 0.0, | |
| "progress": 0.81, | |
| "serenity": 1.0, | |
| "connection": 0.84, | |
| "actions": [ | |
| "exercise", | |
| "meditate", | |
| "socialize", | |
| "learn", | |
| "binge_watch", | |
| "admin_work", | |
| "family_time", | |
| "family_time", | |
| "socialize", | |
| "family_time", | |
| "deep_work", | |
| "admin_work", | |
| "me_time", | |
| "deep_work", | |
| "family_time", | |
| "meditate", | |
| "meditate", | |
| "admin_work", | |
| "learn", | |
| "deep_work", | |
| "admin_work", | |
| "learn", | |
| "learn", | |
| "deep_work", | |
| "family_time", | |
| "me_time", | |
| "me_time", | |
| "learn" | |
| ], | |
| "true_belief": [ | |
| 0.613, | |
| 0.5, | |
| 0.503 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_101", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 101, | |
| "final_score": 0.5347, | |
| "total_reward": 6.42, | |
| "adaptation": -0.236, | |
| "vitality": 0.75, | |
| "cognition": 0.48, | |
| "progress": 0.51, | |
| "serenity": 1.0, | |
| "connection": 0.99, | |
| "actions": [ | |
| "sleep", | |
| "binge_watch", | |
| "me_time", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "family_time", | |
| "socialize", | |
| "deep_work", | |
| "deep_work", | |
| "meditate", | |
| "socialize", | |
| "binge_watch", | |
| "me_time", | |
| "meditate", | |
| "sleep", | |
| "sleep", | |
| "socialize", | |
| "meditate", | |
| "me_time", | |
| "exercise", | |
| "family_time", | |
| "sleep", | |
| "sleep", | |
| "socialize", | |
| "deep_work", | |
| "family_time", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.545, | |
| 0.277, | |
| 0.461 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_102", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 102, | |
| "final_score": 0.4535, | |
| "total_reward": -0.52, | |
| "adaptation": 0.19, | |
| "vitality": 0.2, | |
| "cognition": 0.13, | |
| "progress": 0.45, | |
| "serenity": 0.98, | |
| "connection": 0.74, | |
| "actions": [ | |
| "family_time", | |
| "learn", | |
| "meditate", | |
| "me_time", | |
| "exercise", | |
| "socialize", | |
| "binge_watch", | |
| "socialize", | |
| "family_time", | |
| "admin_work", | |
| "me_time", | |
| "binge_watch", | |
| "deep_work", | |
| "meditate", | |
| "socialize", | |
| "binge_watch", | |
| "socialize", | |
| "sleep", | |
| "meditate", | |
| "sleep", | |
| "me_time", | |
| "learn", | |
| "learn", | |
| "learn", | |
| "me_time", | |
| "deep_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.252, | |
| 0.5, | |
| 0.558 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_103", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 103, | |
| "final_score": 0.5636, | |
| "total_reward": 1.31, | |
| "adaptation": -0.591, | |
| "vitality": 0.0, | |
| "cognition": 0.0, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.69, | |
| "actions": [ | |
| "learn", | |
| "me_time", | |
| "binge_watch", | |
| "meditate", | |
| "socialize", | |
| "deep_work", | |
| "binge_watch", | |
| "me_time", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "deep_work", | |
| "me_time", | |
| "socialize", | |
| "learn", | |
| "family_time", | |
| "learn", | |
| "meditate", | |
| "admin_work", | |
| "sleep", | |
| "learn", | |
| "socialize", | |
| "admin_work", | |
| "me_time", | |
| "deep_work", | |
| "deep_work", | |
| "admin_work", | |
| "learn" | |
| ], | |
| "true_belief": [ | |
| 0.629, | |
| 0.951, | |
| 0.487 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_100", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 100, | |
| "final_score": 0.1806, | |
| "total_reward": -9.26, | |
| "adaptation": -0.305, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.0, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 0.613, | |
| 0.5, | |
| 0.503 | |
| ], | |
| "final_belief": [ | |
| 0.444, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.131 | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_101", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 101, | |
| "final_score": 0.2471, | |
| "total_reward": -5.52, | |
| "adaptation": -0.195, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.31, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.545, | |
| 0.277, | |
| 0.461 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.444 | |
| ], | |
| "belief_mae": 0.102 | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_102", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 102, | |
| "final_score": 0.2413, | |
| "total_reward": -6.09, | |
| "adaptation": -0.061, | |
| "vitality": 0.99, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.28, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.252, | |
| 0.5, | |
| 0.558 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.195 | |
| }, | |
| { | |
| "condition": "continuous-in-distribution", | |
| "profile_name": "sampled_103", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 103, | |
| "final_score": 0.2287, | |
| "total_reward": -6.42, | |
| "adaptation": -0.078, | |
| "vitality": 0.74, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.2, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.629, | |
| 0.951, | |
| 0.487 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.208 | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10000", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 10000, | |
| "final_score": 0.5738, | |
| "total_reward": 7.69, | |
| "adaptation": -0.184, | |
| "vitality": 0.39, | |
| "cognition": 0.58, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.4, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.304, | |
| 0.844, | |
| 0.388 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10001", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 10001, | |
| "final_score": 0.5621, | |
| "total_reward": 3.59, | |
| "adaptation": -0.04, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 1.0, | |
| "serenity": 0.93, | |
| "connection": 0.38, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.272, | |
| 0.291, | |
| 0.323 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10002", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 10002, | |
| "final_score": 0.5918, | |
| "total_reward": 7.08, | |
| "adaptation": 0.158, | |
| "vitality": 0.79, | |
| "cognition": 0.33, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.47, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "socialize", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.369, | |
| 0.899, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10003", | |
| "profile_mode": "continuous", | |
| "strategy": "heuristic", | |
| "seed": 10003, | |
| "final_score": 0.5761, | |
| "total_reward": 11.98, | |
| "adaptation": -0.053, | |
| "vitality": 1.0, | |
| "cognition": 0.43, | |
| "progress": 0.98, | |
| "serenity": 1.0, | |
| "connection": 0.41, | |
| "actions": [ | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "socialize", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "exercise", | |
| "admin_work", | |
| "meditate", | |
| "sleep", | |
| "deep_work", | |
| "admin_work", | |
| "meditate", | |
| "sleep" | |
| ], | |
| "true_belief": [ | |
| 0.388, | |
| 0.532, | |
| 0.55 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10000", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 10000, | |
| "final_score": 0.5259, | |
| "total_reward": 3.27, | |
| "adaptation": -0.098, | |
| "vitality": 0.3, | |
| "cognition": 0.29, | |
| "progress": 1.0, | |
| "serenity": 1.0, | |
| "connection": 0.23, | |
| "actions": [ | |
| "binge_watch", | |
| "binge_watch", | |
| "deep_work", | |
| "learn", | |
| "meditate", | |
| "deep_work", | |
| "socialize", | |
| "sleep", | |
| "meditate", | |
| "admin_work", | |
| "admin_work", | |
| "deep_work", | |
| "me_time", | |
| "binge_watch", | |
| "me_time", | |
| "exercise", | |
| "sleep", | |
| "exercise", | |
| "binge_watch", | |
| "meditate", | |
| "learn", | |
| "sleep", | |
| "exercise", | |
| "socialize", | |
| "socialize", | |
| "sleep", | |
| "family_time", | |
| "deep_work" | |
| ], | |
| "true_belief": [ | |
| 0.304, | |
| 0.844, | |
| 0.388 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10001", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 10001, | |
| "final_score": 0.5465, | |
| "total_reward": 3.05, | |
| "adaptation": -0.102, | |
| "vitality": 0.87, | |
| "cognition": 0.2, | |
| "progress": 0.95, | |
| "serenity": 0.98, | |
| "connection": 0.39, | |
| "actions": [ | |
| "me_time", | |
| "me_time", | |
| "exercise", | |
| "learn", | |
| "socialize", | |
| "family_time", | |
| "family_time", | |
| "me_time", | |
| "binge_watch", | |
| "binge_watch", | |
| "binge_watch", | |
| "learn", | |
| "sleep", | |
| "deep_work", | |
| "sleep", | |
| "binge_watch", | |
| "meditate", | |
| "admin_work", | |
| "me_time", | |
| "admin_work", | |
| "sleep", | |
| "deep_work", | |
| "meditate", | |
| "deep_work", | |
| "exercise", | |
| "admin_work", | |
| "binge_watch", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 0.272, | |
| 0.291, | |
| 0.323 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10002", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 10002, | |
| "final_score": 0.4923, | |
| "total_reward": -2.3, | |
| "adaptation": -0.662, | |
| "vitality": 0.15, | |
| "cognition": 0.02, | |
| "progress": 0.87, | |
| "serenity": 1.0, | |
| "connection": 0.43, | |
| "actions": [ | |
| "socialize", | |
| "exercise", | |
| "deep_work", | |
| "learn", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "admin_work", | |
| "meditate", | |
| "exercise", | |
| "admin_work", | |
| "exercise", | |
| "binge_watch", | |
| "family_time", | |
| "admin_work", | |
| "deep_work", | |
| "deep_work", | |
| "socialize", | |
| "socialize", | |
| "meditate", | |
| "deep_work", | |
| "me_time", | |
| "admin_work", | |
| "me_time", | |
| "deep_work", | |
| "learn", | |
| "me_time", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 0.369, | |
| 0.899, | |
| 0.069 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10003", | |
| "profile_mode": "continuous", | |
| "strategy": "random", | |
| "seed": 10003, | |
| "final_score": 0.3943, | |
| "total_reward": -7.11, | |
| "adaptation": -0.261, | |
| "vitality": 0.13, | |
| "cognition": 0.0, | |
| "progress": 0.25, | |
| "serenity": 0.86, | |
| "connection": 0.95, | |
| "actions": [ | |
| "socialize", | |
| "family_time", | |
| "socialize", | |
| "deep_work", | |
| "socialize", | |
| "socialize", | |
| "me_time", | |
| "admin_work", | |
| "deep_work", | |
| "family_time", | |
| "admin_work", | |
| "family_time", | |
| "me_time", | |
| "sleep", | |
| "family_time", | |
| "family_time", | |
| "family_time", | |
| "learn", | |
| "exercise", | |
| "binge_watch", | |
| "me_time", | |
| "family_time", | |
| "binge_watch", | |
| "family_time", | |
| "learn", | |
| "binge_watch", | |
| "sleep", | |
| "learn" | |
| ], | |
| "true_belief": [ | |
| 0.388, | |
| 0.532, | |
| 0.55 | |
| ], | |
| "final_belief": null, | |
| "belief_mae": null | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10000", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 10000, | |
| "final_score": 0.184, | |
| "total_reward": -7.35, | |
| "adaptation": -0.31, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.0, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.304, | |
| 0.844, | |
| 0.388 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.198 | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10001", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 10001, | |
| "final_score": 0.2379, | |
| "total_reward": -5.41, | |
| "adaptation": -0.167, | |
| "vitality": 1.0, | |
| "cognition": 0.98, | |
| "progress": 0.0, | |
| "serenity": 0.98, | |
| "connection": 0.25, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 0.272, | |
| 0.291, | |
| 0.323 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.444 | |
| ], | |
| "belief_mae": 0.223 | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10002", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 10002, | |
| "final_score": 0.2134, | |
| "total_reward": -4.82, | |
| "adaptation": -0.127, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.09, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate" | |
| ], | |
| "true_belief": [ | |
| 0.369, | |
| 0.899, | |
| 0.069 | |
| ], | |
| "final_belief": [ | |
| 0.556, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.265 | |
| }, | |
| { | |
| "condition": "continuous-OOD (generalization)", | |
| "profile_name": "sampled_10003", | |
| "profile_mode": "continuous", | |
| "strategy": "model", | |
| "seed": 10003, | |
| "final_score": 0.242, | |
| "total_reward": -4.43, | |
| "adaptation": -0.104, | |
| "vitality": 1.0, | |
| "cognition": 1.0, | |
| "progress": 0.0, | |
| "serenity": 1.0, | |
| "connection": 0.27, | |
| "actions": [ | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "meditate", | |
| "meditate", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise", | |
| "exercise" | |
| ], | |
| "true_belief": [ | |
| 0.388, | |
| 0.532, | |
| 0.55 | |
| ], | |
| "final_belief": [ | |
| 0.444, | |
| 0.556, | |
| 0.333 | |
| ], | |
| "belief_mae": 0.099 | |
| } | |
| ] |