How to load a baked room scene dynamically

I want to develop a roguelike game.So I need load some ‘room’ and connect them.(For example, the following figure)
How should I design my workflow?Such as how to save the baked room scene?And how to load them while the game is running