You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my game, I wrote a library that allows me to build logic by composing objects, so I could customize it and subscribe to any step
Then I wrote higher-level presets and operators to describe character's skills and perks
So the code mostly looks like this:
ActionsPerksHow presets/operators are made
I understand that this approach is kinda different from how people usually write code (and without explanation might be frustrating even for human haha), so the question is - what do you think, can fine-tuning with common data help me get better predictions for this approach?
In my game, I wrote a library that allows me to build logic by composing objects, so I could customize it and subscribe to any step
Then I wrote higher-level presets and operators to describe character's skills and perks
So the code mostly looks like this:
Actions
Perks
How presets/operators are made
I understand that this approach is kinda different from how people usually write code (and without explanation might be frustrating even for human haha), so the question is - what do you think, can fine-tuning with common data help me get better predictions for this approach?