Home › Code › Critic

Critic

Syntologyentry name in harvested coderead from the graph 2026-09-24

Critic appears in the code Syntology harvested for 60 papers, as 111 distinct code bodies found in 111 places (a place is one code body under one paper). At least one of them ran in 50 of the papers; 15 of the code bodies carry a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named Critic do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 87 of the 111 distinct code bodies named Critic; 24 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

0ran · honoured contract
0ran · violated contract
0ran · our draft was wrong
0ran · fixture could not drive it
87ran
24unverified
15fingerprinted

Licence is a property of each copy, so it is counted per place: 65 of the 111 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

60 papers shown of 60, newest first; 111 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive, and the graph's for 9 papers added by Syntology. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's code_sha256, Syntology's identity for that exact code: an agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

PaperDateFileStatus SyntologyLicence
Integrating Novelty and Surprise for Experience Prioritization and Exploration in Image-Based Reinforcement Learning added by Syntology 2026-08 (from id) UoA-CARES/NSPER/nsper_td3.py 89034967784ec2cc ran · metamorphic tier: deterministic no licence file found · pointer only
Diffusion Policy with Behavioral Advantage Correction for Offline Reinforcement Learning added by Syntology 2026-08 (from id) MAOYIXIU/SVR/SVR.py f3d57c097cbcf790 ran MIT (permissive)
Diffusion Policy with Behavioral Advantage Correction for Offline Reinforcement Learning added by Syntology 2026-08 (from id) familyld/SCORE/score/SCORE.py 678058ab16de3c25 ran · metamorphic tier: invariant no licence file found · pointer only
EfficientTDMPC: Improved MPC Objectives for Sample-Efficient Continuous Control added by Syntology 2026-05 (from id) naumix/BiggerRegularizedCategorical/jaxrl/networks.py 8db705a2d4f2ef18 unverified MIT (permissive)
Breaking the Computational Barrier: Provably Efficient Actor-Critic for Low-Rank MDPs added by Syntology 2026-05 (from id) shelowize/lvrep-rl/agent/ctrlsac/ctrlsac_agent.py 04fe51402591dbc5 ran fingerprinted no licence file found · pointer only
RL-ABC: Reinforcement Learning for Accelerator Beamline Control added by Syntology 2026-04 (from id) Anwar9Ibrahim/RL-ABC/rl_framework/Agents/DDPG.py 5f0a44af9e3f1e52 ran · metamorphic tier: deterministic MIT (permissive)
Scalable Neighborhood-Based Multi-Agent Actor-Critic added by Syntology 2026-04 (from id) TimGop/MADDPG-K/src/MADDPG_agent.py 63d03f5839af929a ran fingerprinted no licence file found · pointer only
Flow Matching Policy Optimization with Mirror Descent and Entropy Constraints added by Syntology 18 Mar 2026 wadx2019/qvpo/agent/qvpo.py e3e7ea9dea530ccd ran MIT (permissive)
RESCHED: Rethinking Flexible Job Shop Scheduling from a Transformer-based Architecture with Simplified States added by Syntology 2026-03 (from id) XiangjieXiao/ReSched/PPO/SchedulingModel.py 42d2bbe83c775a20 ran · metamorphic tier: deterministic MIT (permissive)
Reward-Conditioned Reinforcement Learning added by Syntology 2026-03 (from id) naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py 5366a0d342198b2d ran · metamorphic tier: deterministic MIT (permissive)
Maximum Total Correlation Reinforcement Learning 22 May 2025 bangyou01/mtc/tcsac.py 763fe7eb647a4e12 ran · metamorphic tier: deterministic no licence file found · pointer only
Towards General-Purpose Model-Free Reinforcement Learning 27 Jan 2025 sfujim/TD7/TD7.py 32addd2524f26a0b ran MIT (permissive)
Reinforcement Learning Policy as Macro Regulator Rather than Macro Placer 10 Dec 2024 lamda-bbo/macro-regulator/src/agent.py 0acb8db9ab90a6f8 ran BSD-3-Clause (permissive)
Doubly Mild Generalization for Offline Reinforcement Learning 12 Nov 2024 maoyixiu/dmg/DMG.py d041bf92f08ea21f ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only
Robot Policy Learning with Temporal Optimal Transport Reward 29 Oct 2024 fuyw/temporalot/models/temporalot.py c9b4f709ae060bc1 unverified no licence file found · pointer only
Overcoming Slow Decision Frequencies in Continuous Control: Model-Based Sequence Reinforcement Learning for Model-Free Control 11 Oct 2024 dee0512/Temporally-Layered-Architecture/model.py 0a41250eec295ce6 ran · metamorphic tier: deterministic fingerprinted BSD-3-Clause (permissive)
Uncertainty-Aware Reward-Free Exploration with General Function Approximation 24 Jun 2024 uclaml/gfa-rfe/agent/dsquare.py 790cb19787a27e3c ran MIT (permissive)
Beyond Optimism: Exploration With Partially Observable Rewards 20 Jun 2024 AmiiThinks/mon_mdp_neurips24/src/actor.py d01ee419e1d16cd5 unverified CC-BY-4.0 · pointer only
Adaptive Advantage-Guided Policy Regularization for Offline Reinforcement Learning 30 May 2024 ltlhuuu/a2pr/A2PR.py 7daa282f895ac3b2 ran · metamorphic tier: deterministic fingerprinted MIT (permissive)
Diffusion Policies creating a Trust Region for Offline Reinforcement Learning 30 May 2024 tianyucodings/diffusion_trusted_q_learning/agents/dtql.py 59d5a0d1c043921d ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only
Kernel Metric Learning for In-Sample Off-Policy Evaluation of Deterministic RL Policies 29 May 2024 haanvid/kmifqe/KMIFQE.py a858007a9d9624d1 ran MIT (permissive)
DrM: Mastering Visual Reinforcement Learning through Dormant Ratio Minimization 30 Oct 2023 XuGW-Kevin/DrM/agents/drm.py a9ad8dd2711932a5 ran · metamorphic tier: deterministic MIT (permissive)
Train Once, Get a Family: State-Adaptive Balances for Offline-to-Online Reinforcement Learning 27 Oct 2023 leaplabthu/famo2o/jax_iql/family_learner.py 099783f7940c8b90 ran MIT (permissive)
Revisiting Plasticity in Visual Reinforcement Learning: Data, Modules and Training Stages 11 Oct 2023 Guozheng-Ma/Adaptive-Replay-Ratio/drqv2_adapt_rr.py 36d9b0605e82c6be unverified no licence file found · pointer only
DiffCPS: Diffusion Model based Constrained Policy Search for Offline Reinforcement Learning 9 Oct 2023 felix-thu/DiffCPS/agents/diffcps.py 5bdc9227d5668ad4 ran fingerprinted Apache-2.0 (permissive)
Natural Actor-Critic for Robust Reinforcement Learning with Function Approximation 17 Jul 2023 tliu1997/rnac/train_rnac.py 40af160a65b521e5 ran fingerprinted no licence file found · pointer only
Policy Regularization with Dataset Constraint for Offline Reinforcement Learning 11 Jun 2023 lamda-rl/prdc/prdc.py d2ea31a27fb25f0e ran no licence file found · pointer only
Decision-Aware Actor-Critic with Function Approximation and Theoretical Guarantees 24 May 2023 amirrezakazemi/acpg/Critic.py 488940cfd9ea3dd6 ran no licence file found · pointer only
Off-Policy Average Reward Actor-Critic with Deterministic Policy Search 20 May 2023 namansaxena9/ARO-DDPG/cheetah_run/ddpg_model.py e114b8f10c6d0466 unverified no licence file found · pointer only
MAHTM: A Multi-Agent Framework for Hierarchical Transactive Microgrids 15 Mar 2023 nicosquare/rl-energy-management/src/algos/rl/coma/d_simple_microgrid.py c08e3973d4803876 ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Agent-Controller Representations: Principled Offline RL with Rich Exogenous Information 31 Oct 2022 manantomar/agent-centric-representations/acro.py dd6b646ab722fba0 ran fingerprinted no licence file found · pointer only
When to Ask for Help: Proactive Interventions in Autonomous Reinforcement Learning 19 Oct 2022 tajwarfahim/proactive_interventions/paint/agents.py 27be937323954f60 ran no licence file found · pointer only
DeepTOP: Deep Threshold-Optimal Policy for MDPs and RMABs 18 Sep 2022 khalednakhleh/deeptop/MDP/DeepTOP.py 61ba3ab4aa8be9c0 ran · metamorphic tier: deterministic MIT (permissive)
Robust Reinforcement Learning using Offline Data 10 Aug 2022 zaiyan-x/RFQI/rfqi.py 5e377d73ec00233f ran · metamorphic tier: deterministic MIT (permissive)
CCLF: A Contrastive-Curiosity-Driven Learning Framework for Sample-Efficient Reinforcement Learning 2 May 2022 csun001/CCLF/CCLF_sac.py c82d48f108411cb2 unverified MIT (permissive)
FedVLN: Privacy-preserving Federated Vision-and-Language Navigation 28 Mar 2022 eric-ai-lab/FedVLN/r2r_src/agent.py 2187ea87b0f4c35c unverified MIT (permissive)
PMIC: Improving Multi-Agent Reinforcement Learning with Progressive Mutual Information Collaboration 16 Mar 2022 yeshenpy/pmic/algorithms/mpe_new_maxminMADDPG.py 0b5742fd1596a2a9 ran · metamorphic tier: invariant MIT (permissive)
VRL3: A Data-Driven Framework for Visual Deep Reinforcement Learning 17 Feb 2022 facebookresearch/drqv2/drqv2.py e1f8d4dffda3351e ran · metamorphic tier: deterministic MIT (permissive)
REvolveR: Continuous Evolutionary Models for Robot-to-robot Policy Transfer 10 Feb 2022 xingyul/revolver/gym/SAC.py 91da284c9c4645ee ran · metamorphic tier: deterministic fingerprinted GPL-2.0 (copyleft) · pointer only
Offline Reinforcement Learning with Implicit Q-Learning 12 Oct 2021 orrivlin/implicit-q-learning/IQL.py 80a6ad9eabb2130a ran · metamorphic tier: deterministic no licence file found · pointer only
Offline Reinforcement Learning with Implicit Q-Learning 12 Oct 2021 Manchery/iql-pytorch/IQL.py babedc4feb0bd1bc ran no licence file found · pointer only
Offline Reinforcement Learning with Implicit Q-Learning 12 Oct 2021 BY571/Implicit-Q-Learning/agent.py 1a4179d29d5698c1 ran no licence file found · pointer only
Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble 4 Oct 2021 howuhh/sac-n-jax/sac_n_jax_flax.py 5794e64ed17e773b unverified MIT (permissive)
Large Batch Experience Replay 4 Oct 2021 sureli/laber/LaBER/continuous/LABER_SAC.py 4949a32e6cb9c3c5 ran · metamorphic tier: deterministic MIT (permissive)
Hindsight Value Function for Variance Reduction in Stochastic Dynamic Environment 26 Jul 2021 guojm14/HVF/reduce_var/mlp.py 05a92190f86414b3 ran MIT (permissive)
Randomized Ensembled Double Q-Learning: Learning Fast Without a Model 15 Jan 2021 BY571/Randomized-Ensembled-Double-Q-learning-REDQ-/agent.py 8e666530dcfbca00 ran no licence file found · pointer only
Softmax Deep Double Deterministic Policy Gradients 19 Oct 2020 ling-pan/SD3/SD3.py 477fb90847703c61 ran · metamorphic tier: invariant no licence file found · pointer only
Self-Supervised Policy Adaptation during Deployment 8 Jul 2020 nicklashansen/policy-adaptation-during-deployment/src/agent/agent.py e70accfa4161d131 ran · metamorphic tier: deterministic no licence file found · pointer only
Generating Adjacency-Constrained Subgoals in Hierarchical Reinforcement Learning 20 Jun 2020 trzhang0116/HRAC/hrac/hrac.py 21f95f4c74fe408f ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive)
Conservative Q-Learning for Offline Reinforcement Learning 8 Jun 2020 BY571/CQL/CQL-SAC/agent.py 00012db4f3753643 ran no licence file found · pointer only
Reinforcement Learning with Augmented Data 30 Apr 2020 MishaLaskin/rad/curl_sac.py faa8d44dfeaada9d ran no licence file found · pointer only
Image Augmentation Is All You Need: Regularizing Deep Reinforcement Learning from Pixels 28 Apr 2020 xingyu-lin/softagent/drq/Drq.py 8f4711abca857d4a unverified no licence file found · pointer only
Online Meta-Critic Learning for Off-Policy Actor-Critic Methods 11 Mar 2020 zwfightzw/Meta-Critic/TD3_DDPG_MC/DDPG_MC.py dec65f597098b86c ran · metamorphic tier: deterministic no licence file found · pointer only
Estimating Q(s,s') with Deep Deterministic Dynamics Gradients 21 Feb 2020 uber-research/D3G/D3G/D3G.py 5768f7ee30d492be ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Estimating Q(s,s') with Deep Deterministic Dynamics Gradients 21 Feb 2020 sfujim/TD3/TD3.py 917266e440b9fbc2 ran · metamorphic tier: deterministic MIT (permissive)
Effective Diversity in Population Based Reinforcement Learning 3 Feb 2020 holounic/DvD-TD3/td3/algorithm.py b97e9e0f24a99b33 ran no licence file found · pointer only
Off-Policy Deep Reinforcement Learning without Exploration 7 Dec 2018 theSparta/off_policy_mujoco/RSEM.py 5bd57f3d9b802889 ran · metamorphic tier: deterministic no licence file found · pointer only
Off-Policy Deep Reinforcement Learning without Exploration 7 Dec 2018 maziarg/PrivAttack-BCQ/continuous_BCQ/BCQ.py 48b14528ccc28930 ran · metamorphic tier: deterministic MIT (permissive)
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor 4 Jan 2018 MatthieuSarkis/Portfolio-Optimization-and-Goal-Based-Investment-with-Reinforcement-Learning/src/agents.py 7c4433b21cf61a2c ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor 4 Jan 2018 baturaysaglam/la3p/Code/SAC/SAC.py f8ead4c2c205ecd8 ran · metamorphic tier: deterministic MIT (permissive)
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor 4 Jan 2018 BY571/Soft-Actor-Critic-and-Extensions/files/Agent.py 8f0377d2cad944f3 ran · metamorphic tier: deterministic MIT (permissive)
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor 4 Jan 2018 SaminYeasar/off_policy_ac/SAC/SAC.py a0a4c6c892e497cd ran no licence file found · pointer only
Proximal Policy Optimization Algorithms 20 Jul 2017 bonniesjli/PPO-Reacher_UnityML/agent.py b4455ab1f545ae9c ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only
Proximal Policy Optimization Algorithms 20 Jul 2017 Gregory-Eales/proximal-policy-optimization/ppo/modules/ppo.py f1685211d6effd06 ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Proximal Policy Optimization Algorithms 20 Jul 2017 marload/DeepRL-TensorFlow2/PPO/PPO_Continuous.py c004c93ba5634851 unverified Apache-2.0 (permissive)
Proximal Policy Optimization Algorithms 20 Jul 2017 InSpaceAI/RL-Zoo/PPO.py 708e869097ea91ff unverified no licence file found · pointer only
Proximal Policy Optimization Algorithms 20 Jul 2017 yoavalon/Quadcopter-env/kdev/ppo.py f42b9cecada07086 unverified GPL-3.0 (copyleft) · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 zowiezhang/stas/models/policy/COMA.py 6879c98b93ce7112 ran · metamorphic tier: deterministic no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 rainandwind1/MADDPG-reconstruct/MADDPG/model.py 30449e98cba1cf61 ran · metamorphic tier: deterministic fingerprinted MIT (permissive)
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 MrDaubinet/collaboration-and-competition/maddpg.py 6c1f59af0972c70e ran · metamorphic tier: deterministic no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 starry-sky6688/MADDPG/maddpg/maddpg.py 601cec5195b4709d ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 krasing/DRLearningCollaboration/failed_collaborative/ddpg_agent_multi_2.py 9af882c88cb87dda ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 petsol/MultiAgentCooperation_UnityAgent_MADDPG_Udacity/multiagent_resources.py 6d943b1d04649de3 ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 isp1tze/MAProj/algo/maddpg/maddpg_agent.py 0d8d2fce5fa8c834 ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 xuehy/pytorch-maddpg/MADDPG.py a7f0fe3c4dffccc9 ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 bonniesjli/MADDPG_Tennis_UnityML/MADDPG.py b89abb00e73f1560 ran no licence file found · pointer only
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 anonymous-iclr22/trust-region-in-multi-agent-reinforcement-learning/algorithms/happo_policy.py 598a59b21df91031 unverified MIT (permissive)
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 7 Jun 2017 johannesharmse/multi_agent_RL/ddpg.py e9875c7422df7fec unverified MIT (permissive)
Improved Training of Wasserstein GANs 31 Mar 2017 dylanell/conditional-wgan/conditional_gan/modules.py 0faeeae133c3fe8e ran no licence file found · pointer only
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks 9 Mar 2017 dkalpakchi/ReproducingSCAPytorch/few_shot_learning_system.py 5011b08348e5492e ran MIT (permissive)
Asynchronous Methods for Deep Reinforcement Learning 4 Feb 2016 InSpaceAI/RL-Zoo/A2C.py 3236a57bf19a97f5 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 fshamshirdar/pytorch-rdpg/rdpg.py 060c46e5cc508cc5 ran · metamorphic tier: deterministic no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 dpoulopoulos/drl_collaborate_compete/ddpg_agent.py 4210d97aa24222d8 ran · metamorphic tier: deterministic no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 ghliu/pytorch-ddpg/ddpg.py f93619eb32cfaf3d ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 iDataist/Continuous-Control-with-Deep-Deterministic-Policy-Gradient/ddpg_agent.py b6d3efae859b7b5b ran · metamorphic tier: deterministic MIT (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 VasaKiDD/TD3-deep-rl-research/agent/DDPG.py db5f4c6c0d3a50b4 ran · metamorphic tier: deterministic Apache-2.0 (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 J93T/TP4-DDPG/ddpg.py 5029b7b1380f0988 ran · metamorphic tier: deterministic no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 HJDQN/HJQ/algorithms/ddpg/ddpg.py a51e802f97dc5850 ran · metamorphic tier: deterministic no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 IvanVigor/Deep-Deterministic-Policy-Gradient-Unity-Env/ddpg_agent.py 7a433b7591cb1ad7 ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 baturaysaglam/ac-off-poc/DDPG & TD3/AC_Off_POC_DDPG.py f2987dfa659c5d53 ran · metamorphic tier: deterministic MIT (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 b06b01073/continuous-control/ddpg.py ba54cbfa6390641d ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 ZainRaza14/deepRL/DDPG/ddpg_agent.py 2cee98e5475e680a ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 madhur-tandon/RL-Project/agent.py 6e1fded857f54d7a ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 biemann/Continuous-Control/ddpg_agent.py b78a712913941f90 ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 baturaysaglam/RIS-MISO-Deep-Reinforcement-Learning/DDPG.py 65567268c56c2f46 ran MIT (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 Souphis/mobile_robot_rl/mobile_robot_rl/agents/sac.py 40513685bd8b8200 ran fingerprinted MIT (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 hemilpanchiwala/Hindsight-Experience-Replay/ddpg_with_her/DDPGAgent.py 55f075a92d493d35 ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 guillaumeboniface/reacher/ddpg_controller.py e48c1f362301c6a8 ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 claudeHifly/BipedalWalker-v3/DDPG/ddpg_agent.py 6e0920a743c03903 ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 ZiyangY/IndProject-RL-in-Supply-chain/DDPG-based RNN/DDPG.py 111a712bc883469d ran no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 Philori22/DDPG-aigym/ddpg.py 4c5d9db3e7d648c9 ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 SaminYeasar/off_policy_ac/DDPG/DDPG.py daeec7442740e76e ran · metamorphic tier: invariant no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 dan-lennox/ml-udacity-quadcopter-rl/agents/agent.py 42b59cfab688e3f5 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 halajadallah/RL-Quadcopter_project/agents/agent_modified.py c5b393b179d8d497 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 InSpaceAI/RL-Zoo/DDPG.py a36fc940a0f3eb1b unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 madvn/DDPG/ddpg/ddpg.py d5cb870eb8408c73 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 shahabi8/Deep-Reinforcement-Learning/DDGP.py 0872133cc6e7eee2 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 alathiya/RL-Quadcoptor-Flying/agents/agent.py cf0cfca323e5c3c4 unverified no licence file found · pointer only
Continuous control with deep reinforcement learning 9 Sep 2015 dyth/doublegum/policies_cont/agents/DDPG.py 6040d49d762613d7 unverified BSD-3-Clause (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 marload/DeepRL-TensorFlow2/DDPG/DDPG_Continuous.py 7f050e7ce4583465 unverified Apache-2.0 (permissive)
Continuous control with deep reinforcement learning 9 Sep 2015 abbadka/quadcopter/agents/ddpg/agent.py 4080c577fc710255 unverified no licence file found · pointer only

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the harvest. "Pointer only" means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections