home/public/theses/index.html
2024-11-10 02:36:00 +01:00

369 lines
7.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="theses # master-thesis # title: reinforcement learning theory and implementation in a custom environment
you can find the thesis abstract here, the pdf here, and the code here
topic: reinforcement learning
bachelor-thesis # title: the onedimensional heisenberg model, rg methods and numerical simulation of the sdrg process
you can find the thesis abstract here, the pdf here, and the code here
topic: random af spin-1/2 heisenberg model and the sdrg method">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/theses/">
<meta property="og:site_name" content="aethrvmn">
<meta property="og:title" content="theses">
<meta property="og:description" content="theses # master-thesis # title: reinforcement learning theory and implementation in a custom environment
you can find the thesis abstract here, the pdf here, and the code here
topic: reinforcement learning
bachelor-thesis # title: the onedimensional heisenberg model, rg methods and numerical simulation of the sdrg process
you can find the thesis abstract here, the pdf here, and the code here
topic: random af spin-1/2 heisenberg model and the sdrg method">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>theses | aethrvmn</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.ico" >
<link rel="canonical" href="http://localhost:1313/theses/">
<link href="https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/book.min.684ba920724c377d882d9e7e8d3965eaf937fb9bd89f720712de3ea82210b3ba.css" integrity="sha256-aEupIHJMN32ILZ5&#43;jTll6vk3&#43;5vYn3IHEt4&#43;qCIQs7o=" crossorigin="anonymous">
<script defer src="/sw.min.6f6f90fcb8eb1c49ec389838e6b801d0de19430b8e516902f8d75c3c8bd98739.js" integrity="sha256-b2&#43;Q/LjrHEnsOJg45rgB0N4ZQwuOUWkC&#43;NdcPIvZhzk=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/theses/index.xml" title="aethrvmn" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><img src="/logo.png" alt="Logo" /><span>aethrvmn</span>
</a>
</h2>
<ul>
<li>
<a href="/pdf/cv.pdf" target="_blank" rel="noopener">
cv
</a>
</li>
</ul>
<ul>
<li>
<a href="/theses/" class="active">theses</a>
<ul>
<li>
<a href="/theses/master-thesis/" class="">masters thesis</a>
</li>
<li>
<a href="/theses/bachelor-thesis/" class="">bachelor thesis</a>
</li>
</ul>
</li>
<li>
<a href="/nimphs/" class="">nimphs</a>
<ul>
</ul>
</li>
<li>
<a href="/misc/" class="">misc</a>
<ul>
</ul>
</li>
<li>
<a href="/setup/" class="">setup</a>
<ul>
</ul>
</li>
<li>
<a href="/license/" class="">license</a>
<ul>
</ul>
</li>
</ul>
<div style="bottom:0; position:fixed;">
<h3><u>contact</u></h3>
<ul>
<li>
<a href="mailto:aethrvmn@apotheke.earth" target="_blank" rel="noopener">
mail
</a>
</li>
<li>
<a href="https://t.me/aethrvmn" target="_blank" rel="noopener">
t.me/aethrvmn
</a>
</li>
<li>
<a href="https://sigmoid.social/@aethrvmn" target="_blank" rel="noopener">
@aethrvmn@sigmoid.social
</a>
</li>
</ul>
</div>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<label for="toc-control">
</label>
</div>
</header>
<article class="markdown book-article"><h1 id="theses">
theses
<a class="anchor" href="#theses">#</a>
</h1>
<hr>
<h2 id="master-thesis">
master-thesis
<a class="anchor" href="#master-thesis">#</a>
</h2>
<p>title: reinforcement learning theory and implementation in a custom environment</p>
<p>you can find the thesis abstract
<a href="/theses/master-thesis" style="color:#AC9C6D">here</a>, the pdf
<a href="/pdf/mthesis.pdf" target="_blank" rel="me" style="color:#AC9C6D">here</a>, and the code
<a href="https://github.com/aethrvmn/GodotPneumaRL" target="_blank" rel="me" style="color:#AC9C6D">here</a></p>
<p>topic: reinforcement learning</p>
<h2 id="bachelor-thesis">
bachelor-thesis
<a class="anchor" href="#bachelor-thesis">#</a>
</h2>
<p>title: the onedimensional heisenberg model, rg methods and numerical simulation of the sdrg process</p>
<p>you can find the thesis abstract
<a href="/theses/bachelor-thesis" style="color:#AC9C6D">here</a>, the pdf
<a href="/pdf/bthesis.pdf" target="_blank" rel="me" style="color:#AC9C6D">here</a>, and the code
<a href="https://github.com/aethrvmn/1d-RandAFHeisenberg-SDRG" target="_blank" rel="me" style="color:#AC9C6D">here</a></p>
<p>topic: random af spin-1/2 heisenberg model and the sdrg method</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div class="info-container">
<div class="commit-info">
<span>Page last edited on 10/11/2024</span>
<br/>
<span>
title: moved theses to own page
</span>
<br/>
<span>
commit: <a href="https://git.apotheke.earth/aethrvmn/home/commit/b092deebed5fa48727eeb2fdaa819b3c575fdb53" target="_blank" rel="noopener">b092dee</a>
</span>
<br/>
<span>
author: aethrvmn
</span>
<br/>
<span>
&lt;aethrvmn@apotheke.earth>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
</main>
</body>
</html>