Skip to content

"Done" button in the editor does not respond with specific code #504

@KobbalTTY

Description

@KobbalTTY

Paste the following code in a disk:

name "HNN"

every 20 ticks do

    -- enter prediction matrices
    input prediction_matrix from enter
    output retain 1 prediction_matrix to each sim
    forget

    -- generalized predictions
    input from sim
    output *_prediction to exit
    forget

    input from warden_sim
    output prediction to warden_loot
    forget 

    input from loot bottom side
    output to exit
    forget

end

every 2 ticks do
    input 100000000 fe:: from energy_enter
    output fe:: to each sim
    output fe:: to each loot
end

Do any change to the forget line right under the warden_sim paragraph.

The "Done" button does not respond to clicks.

All The Mods 10
Minecraft 1.21.1
NeoForge 21.1.215
HNN 6.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds reproductionReliably reproducing the problem helps fix it

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions