Harshit Sharma
Harshit Sharma
The KAN class is an implementation of an nn.Module, classically in ML, this expects it to be modular, reusable, extensible, etc. yet there are many utility methods that try to...
the tutorial example [API_10_device](https://github.com/KindXiaoming/pykan/blob/master/tutorials/API_10_device.ipynb) errors out with the below stack trace ``` description: 0%| | 0/50 [00:01
Moved db creation logic to db_client.py file. Added table creation logic for both postgres and sqlite in new methods, that are then called in the existing create_db_client method. Added a...
changes deemed necessary for being able to save and reload factorio native saves.
Changes to make cluster/local work with saves 1:1 saves directories created for n instance in range(1,n) at repo root `.fle/saves/{n-1}/`
serialize and deserialize entities using chunk-wise csv files written to script-output. more stable and faster. smaller footprint than json.
``` instance.rcon_client.send_command( "/sc game.player.character.reach_distance = 1000; game.player.character.mining_reach_distance = 1000" ) ``` it seems that this player property change is not scoped correctly and messes with downstream tests expectations. ``` FAILED...