Skip to content

Instantly share code, notes, and snippets.

View MostHumble's full-sized avatar
↗️

Sifal Klioui MostHumble

↗️
View GitHub Profile
@MostHumble
MostHumble / epsilon_trap_experiment.py
Created January 17, 2026 06:28
The Epsilon Trap - Experimental Code for Blog Post
import torch
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.cm as cm
import matplotlib.animation as animation
from mpl_toolkits.mplot3d import Axes3D
import pandas as pd
# ============================================================================
# CONFIGURATION