Skip to content

Commit

Permalink
[deploy] trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
machine-moon committed Jan 8, 2025
1 parent c53c7c5 commit 021426b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
4 changes: 2 additions & 2 deletions src/Components/Projects/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ const ProjectData = [
},
{
w_no: 4,
w_name: "Markov Decision Process Simulator",
w_name: "DQN RL with JAX",
w_img: project4_img,
w_description:
"A very fast simulator for MDPs using JAX, featuring JIT compilation for rapid prototyping and reinforcement learning with a ready-to-use DQN algorithm",
w_links: [
{ url: "https://github.com/machine-moon/mdp-jax", label: "GitHub" },
{ url: "https://github.com/machine-moon/mlos", label: "Related Work" },
//{ url: "https://github.com/machine-moon/mlos", label: "Related Work" },
],
},
{
Expand Down
15 changes: 2 additions & 13 deletions src/Components/Projects/__snapshots__/Projects.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ exports[`renders Projects component correctly 1`] = `
class="project-card"
>
<img
alt="Markov Decision Process Simulator"
alt="DQN RL with JAX"
src="test-file-stub"
/>
<div
class="project-overlay"
>
<h2>
Markov Decision Process Simulator
DQN RL with JAX
</h2>
<p>
A very fast simulator for MDPs using JAX, featuring JIT compilation for rapid prototyping and reinforcement learning with a ready-to-use DQN algorithm
Expand All @@ -163,17 +163,6 @@ exports[`renders Projects component correctly 1`] = `
GitHub
</button>
</a>
<a
href="https://github.com/machine-moon/mlos"
rel="noopener noreferrer"
target="_blank"
>
<button
class="project-button"
>
Related Work
</button>
</a>
</div>
</div>
<div
Expand Down
15 changes: 2 additions & 13 deletions src/__snapshots__/App.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -466,14 +466,14 @@ exports[`renders App component correctly 1`] = `
class="project-card"
>
<img
alt="Markov Decision Process Simulator"
alt="DQN RL with JAX"
src="test-file-stub"
/>
<div
class="project-overlay"
>
<h2>
Markov Decision Process Simulator
DQN RL with JAX
</h2>
<p>
A very fast simulator for MDPs using JAX, featuring JIT compilation for rapid prototyping and reinforcement learning with a ready-to-use DQN algorithm
Expand All @@ -489,17 +489,6 @@ exports[`renders App component correctly 1`] = `
GitHub
</button>
</a>
<a
href="https://github.com/machine-moon/mlos"
rel="noopener noreferrer"
target="_blank"
>
<button
class="project-button"
>
Related Work
</button>
</a>
</div>
</div>
<div
Expand Down

0 comments on commit 021426b

Please sign in to comment.