Pinned Loading
-
MORL-Generalization
MORL-Generalization PublicBenchmark for evaluating the generalization capabilities of Multi-Objective Reinforcement Learning (MORL) algorithms.
-
ML-Research-Notes
ML-Research-Notes Public👨🏻🎓 Personal notes on Machine Learning research and mathematics
Jupyter Notebook 1
-
Drone-Routing-WQMIX
Drone-Routing-WQMIX Public🚁💨 Drone Routing using Deep Reinforcement Learning (Weighted QMIX)
Python
-
traffic-LLM
traffic-LLM Public🚗 Enhancing Traffic Forecasting and Summarization with Small-Scale Language Models through Knowledge Distillation and Data Engineering
Jupyter Notebook
-
Crypto-Tracker
Crypto-Tracker Public💰 Cryptocurrency Tracker App that tracks the current price and market cap (in SGD/USD) of cryptocurrencies listed using CoinGecko’s API.
JavaScript
-
586 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 24 commits in 2 repositories
Created 2 repositories
-
JaydenTeoh/morl-baselines
Python
This contribution was made on Mar 7
-
JaydenTeoh/MO-Gymnasium
Python
This contribution was made on Mar 7
Created a pull request in Farama-Foundation/MO-Gymnasium that received 1 comment
Fix mario video not recorded with standard gymnasium RecordVideo
Not sure if anyone observed this but for gym-super-mario-bros
, the standard Gymnasium RecordVideo
is not able to record videos for it. I spent quit…
Opened 6 other pull requests in 3 repositories
LucasAlegre/morl-baselines
4
open
-
fix mario wrappers not compatible with gymnasium==1.0.0 and fix mario video recording
This contribution was made on Mar 7
-
Add proper termination functions for GPI-PD LunarLander and Humanoid
This contribution was made on Mar 7
-
Add PGMORL 3D and include sparsity coefficient from paper
This contribution was made on Mar 7
-
Add MOSAC Discrete, weights saving+loading for MORL-D, net_arch specification for MOSAC
This contribution was made on Mar 7
kylie-kiaying/CS206-TutorConnect
1
merged
-
add topics, add classes table, refactor code
This contribution was made on Mar 20
Farama-Foundation/MO-Gymnasium
1
open
-
Add MOAsyncVectorEnv wrapper
This contribution was made on Mar 7
Created an issue in LucasAlegre/morl-baselines that received 2 comments
[MORL Generalization] Collection of useful code fixes and improvements from our MORL Generalization paper
Hey Florian and Lucas, My paper On Generalization Across Environments In Multi-Objective Reinforcement Learning with Peter Vamplew is out now. Than…