Harshit Sharma
Harshit Sharma
right now, FLE couples agent sessions (factorio instance) to servers by loosely getting ips and tcp ports and mapping them 1:1 on the sessions. this is an ordered mapping, so...
change-logs: ### 1. decoupled FactorioInstance into: - `FactorioInstance`: keeps instance level logic - `AgentInstance`: keeps the bits that the agent recieves This lets me decouple agent level resets and instance...
Would need to move script loading done over rcon to modular scripts embedded into the scenario's control.lua because whenever the server restarts we would need to load all the scripts...
https://github.com/tburrows13/factorio-2.0-mod-porting-guide
I think overall restructuring #229 has a chance to help us with setting up 2.0 updates as well. ``` /env/ core/ # Version-agnostic abstractions & multi-agent instances/ - base_instance.py #...