MCPcopy
hub / github.com/microsoft/qlib / InfoDict

Class InfoDict

qlib/rl/utils/env_wrapper.py:26–32  ·  view source on GitHub ↗

The type of dict that is used in the 4th return value of ``env.step()``.

Source from the content-addressed store, hash-verified

24
25
26class InfoDict(TypedDict):
27 """The type of dict that is used in the 4th return value of ``env.step()``."""
28
29 aux_info: dict
30 """Any information depends on auxiliary info collector."""
31 log: Dict[str, Any]
32 """Collected by LogCollector."""
33
34
35class EnvWrapperStatus(TypedDict):

Callers 2

stepMethod · 0.90
stepMethod · 0.85

Calls

no outgoing calls

Tested by 1

stepMethod · 0.72