<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
padding: 1em; | |
} | |
label, button { | |
margin: 0.5em; | |
} | |
input { |
// | |
// Clubhouse.swift | |
// Playground | |
// | |
// Created by Nav Singh on 2/11/21. | |
// | |
import SwiftUI | |
struct Clubhouse: View { |
// Mixamo Animation downloadeer | |
// | |
// Author: Antonio Aloisio <[email protected]> | |
// Contributions: kriNon | |
// | |
// The following script make use of mixamo2 API to download all anims for a single character that you choose. | |
// The animations are saved with descriptive long names instead of the short ones used by default by mixamo UI. | |
// | |
// This script has been written by gnuton@gnuton.org and the author is not responsible of its usage | |
// |
#!/bin/bash | |
# Copyright 2017 ThΓ©o Chamley | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of | |
# this software and associated documentation files (the "Software"), to deal in the Software | |
# without restriction, including without limitation the rights to use, copy, modify, merge, | |
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons | |
# to whom the Software is furnished to do so, subject to the following conditions: | |
# | |
# The above copyright notice and this permission notice shall be included in all copies or |
""" Trains an agent with (stochastic) Policy Gradients on Pong. Uses OpenAI Gym. """ | |
import numpy as np | |
import cPickle as pickle | |
import gym | |
# hyperparameters | |
H = 200 # number of hidden layer neurons | |
batch_size = 10 # every how many episodes to do a param update? | |
learning_rate = 1e-4 | |
gamma = 0.99 # discount factor for reward |
#!/usr/bin/env python2 | |
# -*- coding: UTF-8 -*- | |
# Note: A newer version of this script is located at https://github.com/trustin/smi2ass | |
# | |
# Copyright (C) 2018 Trustin Heuiseung Lee and other contributors | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 2 | |
# of the License, or (at your option) any later version. |
""" | |
Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy) | |
BSD License | |
""" | |
import numpy as np | |
# data I/O | |
data = open('input.txt', 'r').read() # should be simple plain text file | |
chars = list(set(data)) | |
data_size, vocab_size = len(data), len(chars) |
var daumlogin = {}; | |
var daum = {} | |
daum.Browser = {ua:'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.11 (khtml, like gecko) chrome/23.0.1271.95 safari/537.11'} | |
daum.Event = {} | |
daum.Event.addOrderEvent = (function () { | |
var a = {}; | |
return function (f, e, g, b) { | |
var h = null, | |
c, d; | |
if (!f) { |
μ΄ κΈμ λ©μ리 μ λμ μΈ λͺ©μ μΌλ‘ νλμ μμ νλ κΈμ λλ€. λ©μ리 νΉμ μ λμμΈ(...)μ΄ μ«λ€λ©΄ μ¬κΈ°λ‘ λ§ν¬νμ λ λ©λλ€. μ΄λ μͺ½μ΄λ κ°μ μ견μ μ΄ μλμ μ½λ©νΈ λ λλ λ©μ리μ κΈ°μ¬λμ΄ μλ λ©μΌ μ£Όμλ₯Ό μ¨ μ£Όμλ©΄ κ°μ¬νκ² μ΅λλ€. --lifthrasiir
μνΈνμ μ¬μ©νλ λ§μ μμ€ν μ μΈλΆμ μΌλ‘ λ¬΄μ¨ μκ³ λ¦¬μ¦μ μ°λμ§λ³΄λ€λ κ·Έ μκ³ λ¦¬μ¦λ€μ΄ μ΄λ»κ² μ°κ²°λμ΄ μλμ§, μ¦ κ΅¬μ‘°κ° μ€μ μμ μ±μ λ ν° μν₯μ λ―ΈμΉλ€. λ°λΌμ ꡬ쑰μ κ·Έ ꡬ쑰λ₯Ό μ΄λ£¨λ λΉλ© λΈλμ μλ κ²μ΄ μ€μνλ°, μ¬κΈ°μμλ μ΄λ¬ν μνΈνμ λΉλ© λΈλκ³Ό ν¨κ» λΈλλ€μ΄ μ΄λ»κ² μ°μ¬μ λ ν° κ΅¬μ‘°λ₯Ό λ§λλμ§λ₯Ό μμ λ³Έλ€.
ν€ κ΅ν. λ μ¬λλ§μ΄ μ μ μλ μλ‘μ΄ ν€λ₯Ό λ§λ λ€. μ΄ κ³Όμ μ΄ λλλ μλλ°©μ΄ λ΄κ° μλ μ¬λμΈμ§ μ μ μμ§λ§ μ μ΄λ μλλ°©κ³Ό λ΄κ° κ°μ ν€λ₯Ό κ°μ§κ³ μλ€λ 건 νμ ν μ μλ€.