{
  "_id": "6a2530c34b233be198395dca",
  "Package": "QLearning",
  "Type": "Package",
  "Title": "Reinforcement Learning using the Q Learning Algorithm",
  "Version": "0.1.1",
  "Author": "Liam Bressler",
  "Maintainer": "Liam Bressler <liam.bressler@yale.edu>",
  "Description": "This repository implements Q-Learning, a model-free form\nof reinforcement learning in R.",
  "License": "GNU General Public License",
  "RoxygenNote": "6.0.1",
  "Repository": "https://labressler.r-universe.dev",
  "Date/Publication": "2017-04-04 19:12:40 UTC",
  "RemoteUrl": "https://github.com/labressler/qlearning",
  "RemoteRef": "HEAD",
  "RemoteSha": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 08:47:21 UTC",
    "User": "root"
  },
  "MD5sum": "c0461383d1eeb4122524f4ff700c3f06",
  "_user": "labressler",
  "_type": "src",
  "_file": "QLearning_0.1.1.tar.gz",
  "_fileid": "b484f89cd68aecae7a282553f8cd69ce250ca1c77032dc704e6032b45cfbb662",
  "_filesize": 97009,
  "_sha256": "b484f89cd68aecae7a282553f8cd69ce250ca1c77032dc704e6032b45cfbb662",
  "_created": "2026-06-07T08:47:21.000Z",
  "_published": "2026-06-07T08:50:11.499Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79945480985,
      "time": 96,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7462510388"
    },
    {
      "job": 79945480982,
      "time": 85,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462509150"
    },
    {
      "job": 79945480980,
      "time": 137,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7462512251"
    },
    {
      "job": 79945480986,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462510684"
    },
    {
      "job": 79945331324,
      "time": 148,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462498515"
    },
    {
      "job": 79945480973,
      "time": 83,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462508996"
    },
    {
      "job": 79945480987,
      "time": 66,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7462506810"
    },
    {
      "job": 79945480989,
      "time": 58,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7462505896"
    },
    {
      "job": 79945480994,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462506731"
    }
  ],
  "_buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/labressler/qlearning",
  "_commit": {
    "id": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
    "author": "labressler <liam.bressler@yale.edu>",
    "committer": "labressler <liam.bressler@yale.edu>",
    "message": "Submitting to CRAN\n",
    "time": 1491333160
  },
  "_maintainer": {
    "name": "Liam Bressler",
    "email": "liam.bressler@yale.edu",
    "login": "labressler",
    "description": "",
    "uuid": 11560643
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "labressler",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "labressler",
      "count": 12,
      "uuid": 11560643
    }
  ],
  "_userbio": {
    "uuid": 11560643,
    "type": "user",
    "name": "labressler"
  },
  "_downloads": {
    "count": 214,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/QLearning"
  },
  "_devurl": "https://github.com/labressler/qlearning",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/QLearning.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/labressler/qlearning",
  "_realowner": "labressler",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2017-09-21"
    }
  ],
  "_exports": [
    "qlearn",
    "qlearningaction",
    "qlearningupdate"
  ],
  "_help": [
    {
      "page": "qlearn",
      "title": "qlearn",
      "topics": [
        "qlearn"
      ]
    },
    {
      "page": "qlearningaction",
      "title": "qlearningaction",
      "topics": [
        "qlearningaction"
      ]
    },
    {
      "page": "qlearningupdate",
      "title": "qlearningupdate",
      "topics": [
        "qlearningupdate"
      ]
    }
  ],
  "_readme": "https://github.com/labressler/qlearning/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "qlearning",
  "_universes": [
    "labressler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-07T08:49:06.000Z",
      "distro": "noble",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "937a6f6e060ab222ff56d0a97e94b5f70b435b235102e8a30ed8579c23735648",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-07T08:48:55.000Z",
      "distro": "noble",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "76a52d4d5e9a11f5585d7772d787074dbcddfb5ada501e54c35909d1147646cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-07T08:49:26.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "c3e9f8471232d825b805ad95856ac9c409dd20ea65f3df240adc33f39cb2b1ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-07T08:49:12.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "dc9a011d8760681a37843cee19b5e21bb12f98f412e831f56bf8163ff3bf109a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-07T08:49:03.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "50962119522a7cea87afdfa637abb4b8127ce94ec8260f77356d93f5012f2cf8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-07T08:48:31.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "66eab62306ade0d9f6a6eecea7e0ddcac2f7f8579cffd0a9609e4e553abd1493",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-07T08:48:24.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "ec18c6eea94ba1530a1d30f47437bb5694caf156ac03adf2acb270881fcee2fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-07T08:48:30.000Z",
      "commit": "b2f3794af9ce23cedf482e9b95b66d8fa8133fd0",
      "fileid": "0eaabab6a4237eaa439859818ac1e05de3b59d48fb5864331377b67878e77d26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/labressler/actions/runs/27087719570"
    }
  ]
}