-
After reading your ICLR_2023 paper, **_Constrained Hierarchical Deep Reinforcement Learning with Differentiable Formal Specifications_**, I am very interested in it!
However, this project only show…
-
Post your questions here about: “Reinforcement Learning” and “Deep Reinforcement Learning”, Thinking with Deep Learning, Chapters 15 & 16
-
and daily notation.
-
-
Post a reading of your own that uses deep learning for social science analysis and understanding, with a focus on deep reinforcement learning, deep agent based models, or related topics.
-
# Abstract
The Eternity II puzzle is an edge-matching puzzle which involves placing 256 square pieces into a 16 by 16 grid, constrained by the requirement to match adjacent edges. It has been desig…
-
### Metadata
- Authors: Pascal Mettes, Elise van der Pol, Cees G. M. Snoek
- Organization: University of Amsterdam
- Conference: NeurIPS 2019
- Paper: https://arxiv.org/pdf/1901.10514.pdf
- Code:…
-
**Describe the bug**
the BIS is split across multiple pages, the code only pulls in the content before the page break because in the xml the page break is a `` break
**To Reproduce**
Papers:
* 2…
-
> [0] Bengio, Yoshua, Ian J. Goodfellow, and Aaron Courville. "Deep learning." An MIT Press book. (2015). [pdf] (Deep Learning Bible, you can read this book while reading following papers.) :star::sta…
-
- **Model-Free vs Model-Based RL**
>1)**Model-based** algorithmis an algorithm that uses _the transition function_ (and _the reward function_) in order to estimate the optimal policy.
> The age…