home / team-science

citation_edge

cites / cited_by / stub edges with a locator. Only when bibliography or OpenAlex referenced_works supports them.

Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository

14 rows where from_lom_id = "arxiv:1903.03176"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
arxiv:1903.03176,arxiv:1412.6980,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Adam: A Method for Stochastic Optimization arxiv:1412.6980 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,arxiv:1612.06018,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Self-Correcting Models for Model-Based Reinforcement Learning arxiv:1612.06018 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,arxiv:1708.04782,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 StarCraft II: A New Challenge for Reinforcement Learning arxiv:1708.04782 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,arxiv:1709.06560,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Deep Reinforcement Learning that Matters arxiv:1709.06560 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,arxiv:1801.00690,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 DeepMind Control Suite arxiv:1801.00690 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1016/j.neunet.2017.12.012,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Sigmoid-weighted linear units for neural network function approximation in reinforcement learning doi:10.1016/j.neunet.2017.12.012 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1038/nature14236,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Human-level control through deep reinforcement learning doi:10.1038/nature14236 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1038/nature16961,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Mastering the game of Go with deep neural networks and tree search doi:10.1038/nature16961 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1109/acc.2012.6315022,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Model-Free reinforcement learning with continuous action in practice doi:10.1109/acc.2012.6315022 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1109/iros.2012.6386109,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 MuJoCo: A physics engine for model-based control doi:10.1109/iros.2012.6386109 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1109/mcs.1987.1105260,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 1987 american control conference doi:10.1109/mcs.1987.1105260 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.1109/tnn.2004.842673,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Reinforcement Learning: An Introduction doi:10.1109/tnn.2004.842673 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,doi:10.24963/ijcai.2019/581,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Metatrace Actor-Critic: Online Step-Size Tuning by Meta-gradient Descent for Reinforcement Learning Control doi:10.24963/ijcai.2019/581 cites OpenAlex referenced_works of W2948937890
arxiv:1903.03176,openalex:W2800391888,cites MinAtar: An atari-inspired testbed for thorough and reproducible reinforcement learning experiments arxiv:1903.03176 Metatrace: Online Step-size Tuning by Meta-gradient Descent for Reinforcement Learning Control. openalex:W2800391888 cites OpenAlex referenced_works of W2948937890

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE citation_edge (
  from_lom_id  TEXT NOT NULL REFERENCES paper(lom_id),
  to_lom_id    TEXT NOT NULL REFERENCES paper(lom_id),
  kind         TEXT NOT NULL CHECK (kind IN ('cites','cited_by','stub')),
  locator      TEXT,
  PRIMARY KEY (from_lom_id, to_lom_id, kind),
  CHECK (from_lom_id <> to_lom_id)
);
Powered by Datasette · Queries took 5.207ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository