The Wayback Machine - http://web.archive.org/web/20200606021558/https://github.com/deepmind/acme/commits/master
Skip to content
Permalink
Branch: master
Commits on Jun 5, 2020
  1. Snapshot the D4PG critic

    Acme Contributor Copybara-Service
    Acme Contributor authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314973139
    Change-Id: I1f710d3fd8f94990e3279b39214acc9ac59031af
  2. Bump the version before updating to pypi.

    mwhoffman authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314954353
    Change-Id: I524d16ac13f82858d6ac180279f58fa087d78e06
  3. Annotate IMPALA policy with tf.function.

    aslanides authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314945805
    Change-Id: I3fb5e3f2bc3a06e32084314436ead3e0af244f4c
  4. Disable 3.8 tests for now.

    aslanides authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314932259
    Change-Id: Iba7095bffbba67035831f9ea996ef678e5a107af
  5. Fix reverb installation in GitHub CI.

    aslanides authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314929478
    Change-Id: I4a71f872743995d24941999ba54003b2fb46f919
  6. Make Reverb SampleInfo unrolling more robust.

    ormandi authored and Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314917634
    Change-Id: I4025664a011ccdc5ac7a1386418522d8f2762c22
  7. Use dm-reverb-nightly=0.1.0.dev20200605 and tf-nightly==2.3.0.dev2020…

    fastturtle authored and Copybara-Service committed Jun 5, 2020
    …0604.
    
    Also mark Acme as supporting Python 3.8, because dm-reverb-nightly=0.1.0.dev20200605 now has a 3.8 whl.
    
    PiperOrigin-RevId: 314917566
    Change-Id: Ia061bc425e7097086a6602dc6390d3cac05f3b0f
  8. Merge pull request #8 from filangel:patch-1

    Copybara-Service
    Copybara-Service committed Jun 5, 2020
    PiperOrigin-RevId: 314901541
    Change-Id: I6a427bf4f76841e1ebd9ff6b75eda804c46b5ac6
  9. fixes logging of tf.Tensors to CSV files

    filangel committed Jun 5, 2020
Commits on Jun 4, 2020
  1. Merge pull request #6 from Bharat123rox:patch-1

    Copybara-Service
    Copybara-Service committed Jun 4, 2020
    PiperOrigin-RevId: 314693697
    Change-Id: I76073b66bfc985129de6cf7b975a87ade540fd7e
  2. Add example videos to README.

    aslanides authored and Copybara-Service committed Jun 4, 2020
    PiperOrigin-RevId: 314689585
    Change-Id: Ic2c038dc2d4bded96bc334e1a94c3350714626cc
  3. Fix typos, add more links to README

    Bharat123rox committed Jun 4, 2020
Commits on Jun 3, 2020
  1. Fix broken link in docs/index.md.

    aslanides authored and Copybara-Service committed Jun 3, 2020
    PiperOrigin-RevId: 314531863
    Change-Id: I69918bf3a3938489f30ef612fe0580ab67d04515
  2. Merge pull request #3 from bollwyvl:add-license-to-sdist

    Copybara-Service
    Copybara-Service committed Jun 3, 2020
    PiperOrigin-RevId: 314526185
    Change-Id: I05d950fb39d43e9d82e4f6236989208f40344228
  3. Clarify agent documentation.

    bshahr authored and aslanides committed Jun 3, 2020
    PiperOrigin-RevId: 314519396
    Change-Id: I98cc8bbeba0322ef919973e9ed64ba886cfe1a1a
  4. Add PyPI badge showing supported Python versions.

    fastturtle authored and aslanides committed Jun 3, 2020
    PiperOrigin-RevId: 314509911
    Change-Id: I80f0ee3822d68670a03392ff2c933ab0670155ce
  5. Add an empty MANIFEST.in file.

    aslanides committed Jun 3, 2020
    PiperOrigin-RevId: 314506944
    Change-Id: Iaf9834af8024064dabbf3cb2b8f02f2710df9a0b
Commits on Jun 2, 2020
  1. add license to source distributions

    bollwyvl committed Jun 2, 2020
  2. Update installation instructions to include virtual env.

    aslanides authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314330885
    Change-Id: Iacd1f98a4a88d06f4961f5fe638284904b81c995
  3. Remove link for JAX D4PG (coming soon!).

    aslanides authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314325437
    Change-Id: I8800a44d3de383bcb77644f70d64b11763af947c
  4. Change tutorial imports to use non-test pypi.

    mwhoffman authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314323040
    Change-Id: Ia8665bb3df98e161db725b799fda69d0ee406729
  5. Add link to arXiv paper.

    aslanides authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314322368
    Change-Id: Icd57e3aca63bc8a30b636e3501a942919a43e24d
  6. Pass keep_checkpoint_every_n_hours to Checkpointer (and internal chec…

    Acme Contributor Copybara-Service
    Acme Contributor authored and Copybara-Service committed Jun 2, 2020
    …kpoint_manager).
    
    PiperOrigin-RevId: 314322287
    Change-Id: I1092dced21189d26157edd6eadc1178939112d67
  7. Adding a readme to bsuite example directory.

    Acme Contributor Copybara-Service
    Acme Contributor authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314319491
    Change-Id: Ibd5a65767b04a667b0f5a9e93f91a3bca89d9f7f
  8. Make bsuite examples log results for analysis by default.

    Acme Contributor Copybara-Service
    Acme Contributor authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314317638
    Change-Id: Ifa0a237c7029f9660da34cb22bbb75b9ed53f5fb
  9. Adding the Quickstart Colab.

    Acme Contributor Copybara-Service
    Acme Contributor authored and Copybara-Service committed Jun 2, 2020
    PiperOrigin-RevId: 314312216
    Change-Id: I42a91023a44dff467e81d29a12a3cce22ed550ea
Commits on Jun 1, 2020
  1. Update link in colab.

    aslanides authored and Copybara-Service committed Jun 1, 2020
    Also rename title & catch OSError if dm_control suite is not present.
    
    PiperOrigin-RevId: 314148388
    Change-Id: I3c3d633852e9d31dffad63983df380ebd25d6136
  2. Bump the version number and fix the pypi description.

    mwhoffman authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314144885
    Change-Id: Iac2cf4c8f2c0f8ae44364624aedb275eed4d9450
  3. Remove empty __all__.

    mwhoffman authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314142255
    Change-Id: I0c4895b0f98b1894490b722ca70464c411aa4a6c
  4. Fix references to logos in README.

    aslanides authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314140696
    Change-Id: I70129368ebcbee6d23a424a91fcb1e2e14ce1e7c
  5. Fix link to paper.

    aslanides authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314139589
    Change-Id: I3804f44481fa70d98df9f1067b12bdd2cab0f5c0
  6. Fix malformed metadata in tutorial ipynb.

    aslanides authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314138813
    Change-Id: I1c910ae046d5a348ee9daf7543788deb927c9159
  7. Add link to paper and fix bibtex formatting.

    aslanides authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314136479
    Change-Id: Ia9b087523f3a1b08583bbe78672e6845700a9fb1
  8. Update preprint.

    bshahr authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314135763
    Change-Id: I80fedd01351c770550a2282d4abd494e7367560b
  9. Move paper location.

    mwhoffman authored and Copybara-Service committed Jun 1, 2020
    PiperOrigin-RevId: 314135727
    Change-Id: Icd13f9d8f775a41e46bcd5eb440fb4b1c21ebba7
Older
You can’t perform that action at this time.