- βοΈ Check my Google Docs
π’ROSLaunch
that Gazebo world that I created via udacity_office.launch
.
π’ROSLaunch
that Gazebo world that I created via udacity_office.launch
.
'Settings - Emails'
in your GitHub account, and you'll find the proxy email there.'Settings - Developer Settings - Personal access tokens'
, create a token, and use that as your password for commits. Since Fine-grained tokens
are still in Preview
, I'm using a classic token for now.Python 3.7
MXNet 1.8
Pandas >= 1.2.4
AutoGluon 0.2.0
Python 3.11
has to be downgraded to Python 3.10
, or Multiprocessing
will cause TypeError: code() argument 13 must be str, not int
in both Windows and Linux. Google Colab is currently using Python 3.10 as well.
Windows 11
(64-bit), VSCode
, Powershell
, Miniconda3
, Python 3.10
udacity-deep-reinforcement-learning\python
deeprl
is copied and modified from https://github.com/ShangtongZhang/DeepRL/tree/master/ deep_rl
into .\python
.π for the course projcts, Unity MLAgents - Banana Collector
, etc.
π go to the Banana and VisualBanana notebooks
π go to the course repo
π check course curriculum
Window 11, VSCode, Minicoda, Powershell
#!/bin/bash | |
# local sagemaker setup | |
conda update conda # update conda | |
conda create -n localsm python==3.7 | |
conda activate localsm | |
conda install -c conda-forge jupyterlab |
import torch | |
import torch.nn as nn | |
import torch.nn.functional as F | |
import torchvision.models as models | |
class EncoderCNN(nn.Module): | |
def __init__(self, embed_size): | |
# super(EncoderCNN, self).__init__() | |
super().__init__() |
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 4 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 681 bytes | 681.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: error: GH007: Your push would publish a private email address.
remote: You can make your email public or disable this protection by visiting:
remote: http://github.com/settings/emails