Skip to content

Instantly share code, notes, and snippets.

View samuelcaldas's full-sized avatar
💭
I may be slow to respond.

Samuel Caldas samuelcaldas

💭
I may be slow to respond.
View GitHub Profile
@samuelcaldas
samuelcaldas / KerasA2C.cs
Created March 18, 2021 04:31 — forked from alexhiggins732/KerasA2C.cs
Keras Actor Critic in TensorFlow.net
using System;
using System.Collections.Generic;
using NumSharp;
using Tensorflow.Keras.Layers;
using Tensorflow.Keras.Losses;
using Tensorflow.Keras.Optimizers;
using Tensorflow.Keras.Utils;
using static Tensorflow.Binding;
using static Tensorflow.KerasApi;