mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
fix comment: legend no longer part of metadata
This commit is contained in:
parent
0051c266d4
commit
5348d9ed69
1 changed files with 1 additions and 1 deletions
|
|
@ -88,10 +88,10 @@ class CircuitLogicDataset(ProceduralDataset):
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"diagram": <ASCII circuit diagram>,
|
"diagram": <ASCII circuit diagram>,
|
||||||
"expression": <str>,
|
"expression": <str>,
|
||||||
|
"term_strings": <list of term_strings>,
|
||||||
"assignments": <dict of input->0/1>,
|
"assignments": <dict of input->0/1>,
|
||||||
"final_gate": <str>,
|
"final_gate": <str>,
|
||||||
"inputs": <list of input names>,
|
"inputs": <list of input names>,
|
||||||
"legend": <str with gate legend>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue