stargatek1/SSM-MetaRL-Unified
Fix ExperienceBuffer.add() to accept RL experience tuple (obs, action, reward, next_obs, done)
Remove 'with RSI' from Space description
Remove RSI file: cartpole_hybrid_real_model.pth
Remove RSI file: tests/test_rsi_integration.py
Remove RSI file: MODEL_GENERATION_REPORT.md
Remove RSI file: FIXES_SUMMARY.md
Remove RSI file: RSI_DEPLOYMENT.md
Remove RSI file: recursive_self_improvement.py
Fix imports - Use correct module paths (core.ssm, meta_rl.meta_maml, experience.experience_buffer)
Remove RSI - Clean version with only Meta-Training and Test-Time Adaptation
Fix ALL errors: MetaMAML, adapters, config, env.step, action selection - ALL TABS WORKING
Fix Meta-Training and Test-Time Adaptation parameter errors
Upload train_improved_model.py with huggingface_hub
Upload tests/test_rsi_integration.py with huggingface_hub
Upload tests/test_rsi.py with huggingface_hub
Upload benchmarks/results/tables/benchmark_results.md with huggingface_hub
Upload benchmarks/results/plots/learning_curves.png with huggingface_hub
Upload benchmarks/results/plots/adaptation_comparison.png with huggingface_hub
Upload benchmarks/results/benchmark_results.json with huggingface_hub
Upload benchmarks/cartpole_benchmark.py with huggingface_hub
Upload FIXES_SUMMARY.md with huggingface_hub
Upload models/cartpole_hybrid_real_model.pth with huggingface_hub
Upload recursive_self_improvement.py with huggingface_hub
Upload app.py with huggingface_hub
Upload app.py with huggingface_hub
Upload test_rsi_integration.py with huggingface_hub
Upload test_rsi.py with huggingface_hub
Upload RSI_DEPLOYMENT.md with huggingface_hub
Upload recursive_self_improvement.py with huggingface_hub
Upload app.py with huggingface_hub
Update README with enhanced documentation and tags
Add training_log.txt - pre-trained model and updated app
Add verify_model.py - pre-trained model and updated app
Add train_and_save_model.py - pre-trained model and updated app
Add MODEL_GENERATION_REPORT.md - pre-trained model and updated app
Add app.py - pre-trained model and updated app
Add cartpole_hybrid_real_model.pth - pre-trained model and updated app
Complete SSM-MetaRL implementation with meta-training and test-time adaptation
Fix: Implement proper RL training with original SSM architecture
Fix: Replace with working REINFORCE implementation
Convert all Korean text to English in Gradio interface
Fix short_description length
Add original model files from GitHub repository
initial commit
