I noticed that in the quantizer.py, you have a init_embed_ function which use data to init the embedding weight. In a distributed training environment, each rank has their own data, which leads to ...
The CityLearn challenge (2023 Phase 2) simulates a district of 9 commercial buildings in New Orleans, USA. The goal is to use reinforcement learning (RL) to manage energy storage systems (like ...