| layout | page | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| permalink | /publications/ | ||||||||
| title | publications | ||||||||
| description | |||||||||
| nav | true | ||||||||
| nav_order | 2 | ||||||||
| toc |
|
||||||||
| images |
|
||||||||
| tags | robotics, vision, machine learning, reinforcement learning, simulation |
For the up-to-date publication list, please see Google Scholar or Semantic Scholar pages.
For coverage of research in press, please see [Press & Media]({{ site.baseurl }}/media/).
{% include bib_search.liquid %} {% if page.tags %}
{% assign tags = page.tags | split: ',' %}
{% for tag in tags %}
{% assign tag = tag | strip %}
{% if tag != '' %}
{% comment %} {{ tag }} {% endcomment %}
{% endif %}
<button
type="button"
class="btn btn-sm z-depth-0 tag-filter"
data-tag="{{ tag | escape }}"
role="button"
>
{{ tag }}
</button>
<!-- <a class="tag-filter btn btn-sm btn-outline-info z-depth-0" data-tag="{{ tag | escape }}" role="button">{{ tag }}</a> -->
{% endif %}
{% endfor %}
{% bibliography %}