Skip to content

Instantly share code, notes, and snippets.

View chhuang17's full-sized avatar

Chien-Hao Huang chhuang17

View GitHub Profile
# -*- coding: utf-8 -*-
"""
Created on Fri Oct 22 22:56:32 2021
@author: Home
"""
import torch
import torch.nn.functional as F
from agentv3 import AgentOne, AgentTwo, AgentThree, AgentFour, AgentFive, \
# -*- coding: utf-8 -*-
"""
Created on Fri Oct 1 14:50:40 2021
@author: Home
"""
import os
import torch
import torch.nn as nn
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 7 18:36:37 2021
@author: Home
"""
import torch
from neuralnetworkv3 import ActorOne, ActorTwo, ActorThree, ActorFour, ActorFive, \
ActorSix, ActorSeven, ActorEight, ActorNine, ActorTen, Critic