Transition Encoders
TransitionHGraphEncoder
Bases: _TransitionEncoderBase
Full successor encoder (encodes both source and successor structure).
Source code in src/mifrost/encoders/transition.py
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | |
TransitionEffectsHGraphEncoder
Bases: _TransitionEncoderBase
Delta/effects successor encoder (focuses on transition effects).
Source code in src/mifrost/encoders/transition.py
359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 | |